Uses of Class
com.oracle.bmc.datacatalog.requests.ListCustomPropertiesRequest
-
Packages that use ListCustomPropertiesRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListCustomPropertiesRequest in com.oracle.bmc.datacatalog
Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListCustomPropertiesRequest 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 ListCustomPropertiesRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListCustomPropertiesRequest Modifier and Type Method Description ListCustomPropertiesRequestListCustomPropertiesRequest.Builder. build()Build the instance of ListCustomPropertiesRequest as configured by this builderListCustomPropertiesRequestListCustomPropertiesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCustomPropertiesRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListCustomPropertiesRequest Modifier and Type Method Description ListCustomPropertiesRequest.BuilderListCustomPropertiesRequest.Builder. copy(ListCustomPropertiesRequest o)Copy method to populate the builder with values from the given instance.
-