Uses of Class
com.oracle.bmc.datacatalog.requests.DeleteCustomPropertyRequest
-
Packages that use DeleteCustomPropertyRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of DeleteCustomPropertyRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type DeleteCustomPropertyRequest Modifier and Type Method Description DeleteCustomPropertyResponse
DataCatalog. deleteCustomProperty(DeleteCustomPropertyRequest request)
Deletes a specific custom property identified by it’s key.Future<DeleteCustomPropertyResponse>
DataCatalogAsync. deleteCustomProperty(DeleteCustomPropertyRequest request, AsyncHandler<DeleteCustomPropertyRequest,DeleteCustomPropertyResponse> handler)
Deletes a specific custom property identified by it’s key.Future<DeleteCustomPropertyResponse>
DataCatalogAsyncClient. deleteCustomProperty(DeleteCustomPropertyRequest request, AsyncHandler<DeleteCustomPropertyRequest,DeleteCustomPropertyResponse> handler)
DeleteCustomPropertyResponse
DataCatalogClient. deleteCustomProperty(DeleteCustomPropertyRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type DeleteCustomPropertyRequest Modifier and Type Method Description Future<DeleteCustomPropertyResponse>
DataCatalogAsync. deleteCustomProperty(DeleteCustomPropertyRequest request, AsyncHandler<DeleteCustomPropertyRequest,DeleteCustomPropertyResponse> handler)
Deletes a specific custom property identified by it’s key.Future<DeleteCustomPropertyResponse>
DataCatalogAsyncClient. deleteCustomProperty(DeleteCustomPropertyRequest request, AsyncHandler<DeleteCustomPropertyRequest,DeleteCustomPropertyResponse> handler)
-
Uses of DeleteCustomPropertyRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return DeleteCustomPropertyRequest Modifier and Type Method Description DeleteCustomPropertyRequest
DeleteCustomPropertyRequest.Builder. build()
Build the instance of DeleteCustomPropertyRequest as configured by this builderDeleteCustomPropertyRequest
DeleteCustomPropertyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteCustomPropertyRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type DeleteCustomPropertyRequest Modifier and Type Method Description DeleteCustomPropertyRequest.Builder
DeleteCustomPropertyRequest.Builder. copy(DeleteCustomPropertyRequest o)
Copy method to populate the builder with values from the given instance.
-