Uses of Class
com.oracle.bmc.datacatalog.requests.DisassociateCustomPropertyRequest
-
Packages that use DisassociateCustomPropertyRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of DisassociateCustomPropertyRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type DisassociateCustomPropertyRequest Modifier and Type Method Description DisassociateCustomPropertyResponseDataCatalog. disassociateCustomProperty(DisassociateCustomPropertyRequest request)Remove the custom property for the given typeFuture<DisassociateCustomPropertyResponse>DataCatalogAsync. disassociateCustomProperty(DisassociateCustomPropertyRequest request, AsyncHandler<DisassociateCustomPropertyRequest,DisassociateCustomPropertyResponse> handler)Remove the custom property for the given typeFuture<DisassociateCustomPropertyResponse>DataCatalogAsyncClient. disassociateCustomProperty(DisassociateCustomPropertyRequest request, AsyncHandler<DisassociateCustomPropertyRequest,DisassociateCustomPropertyResponse> handler)DisassociateCustomPropertyResponseDataCatalogClient. disassociateCustomProperty(DisassociateCustomPropertyRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type DisassociateCustomPropertyRequest Modifier and Type Method Description Future<DisassociateCustomPropertyResponse>DataCatalogAsync. disassociateCustomProperty(DisassociateCustomPropertyRequest request, AsyncHandler<DisassociateCustomPropertyRequest,DisassociateCustomPropertyResponse> handler)Remove the custom property for the given typeFuture<DisassociateCustomPropertyResponse>DataCatalogAsyncClient. disassociateCustomProperty(DisassociateCustomPropertyRequest request, AsyncHandler<DisassociateCustomPropertyRequest,DisassociateCustomPropertyResponse> handler) -
Uses of DisassociateCustomPropertyRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return DisassociateCustomPropertyRequest Modifier and Type Method Description DisassociateCustomPropertyRequestDisassociateCustomPropertyRequest.Builder. build()Build the instance of DisassociateCustomPropertyRequest as configured by this builderDisassociateCustomPropertyRequestDisassociateCustomPropertyRequest.Builder. buildWithoutInvocationCallback()Build the instance of DisassociateCustomPropertyRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type DisassociateCustomPropertyRequest Modifier and Type Method Description DisassociateCustomPropertyRequest.BuilderDisassociateCustomPropertyRequest.Builder. copy(DisassociateCustomPropertyRequest o)Copy method to populate the builder with values from the given instance.
-