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 DisassociateCustomPropertyResponse
DataCatalog. 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)
DisassociateCustomPropertyResponse
DataCatalogClient. 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 DisassociateCustomPropertyRequest
DisassociateCustomPropertyRequest.Builder. build()
Build the instance of DisassociateCustomPropertyRequest as configured by this builderDisassociateCustomPropertyRequest
DisassociateCustomPropertyRequest.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.Builder
DisassociateCustomPropertyRequest.Builder. copy(DisassociateCustomPropertyRequest o)
Copy method to populate the builder with values from the given instance.
-