Uses of Class
com.oracle.bmc.datacatalog.responses.ListCustomPropertiesResponse
-
Packages that use ListCustomPropertiesResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of ListCustomPropertiesResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return ListCustomPropertiesResponse Modifier and Type Method Description ListCustomPropertiesResponse
DataCatalog. listCustomProperties(ListCustomPropertiesRequest request)
Returns a list of custom properties within a data catalog.ListCustomPropertiesResponse
DataCatalogClient. listCustomProperties(ListCustomPropertiesRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type ListCustomPropertiesResponse Modifier and Type Method Description Future<ListCustomPropertiesResponse>
DataCatalogAsync. listCustomProperties(ListCustomPropertiesRequest request, AsyncHandler<ListCustomPropertiesRequest,ListCustomPropertiesResponse> handler)
Returns a list of custom properties within a data catalog.Future<ListCustomPropertiesResponse>
DataCatalogAsyncClient. listCustomProperties(ListCustomPropertiesRequest request, AsyncHandler<ListCustomPropertiesRequest,ListCustomPropertiesResponse> handler)
Iterable<ListCustomPropertiesResponse>
DataCatalogPaginators. listCustomPropertiesResponseIterator(ListCustomPropertiesRequest request)
Creates a new iterable which will iterate over the responses received from the listCustomProperties operation.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListCustomPropertiesResponse Modifier and Type Method Description Future<ListCustomPropertiesResponse>
DataCatalogAsync. listCustomProperties(ListCustomPropertiesRequest request, AsyncHandler<ListCustomPropertiesRequest,ListCustomPropertiesResponse> handler)
Returns a list of custom properties within a data catalog.Future<ListCustomPropertiesResponse>
DataCatalogAsyncClient. listCustomProperties(ListCustomPropertiesRequest request, AsyncHandler<ListCustomPropertiesRequest,ListCustomPropertiesResponse> handler)
-
Uses of ListCustomPropertiesResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return ListCustomPropertiesResponse Modifier and Type Method Description ListCustomPropertiesResponse
ListCustomPropertiesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type ListCustomPropertiesResponse Modifier and Type Method Description ListCustomPropertiesResponse.Builder
ListCustomPropertiesResponse.Builder. copy(ListCustomPropertiesResponse o)
Copy method to populate the builder with values from the given instance.
-