Uses of Class
com.oracle.bmc.datacatalog.requests.AssociateCustomPropertyRequest
-
Packages that use AssociateCustomPropertyRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of AssociateCustomPropertyRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type AssociateCustomPropertyRequest Modifier and Type Method Description AssociateCustomPropertyResponse
DataCatalog. associateCustomProperty(AssociateCustomPropertyRequest request)
Associate the custom property for the given typeFuture<AssociateCustomPropertyResponse>
DataCatalogAsync. associateCustomProperty(AssociateCustomPropertyRequest request, AsyncHandler<AssociateCustomPropertyRequest,AssociateCustomPropertyResponse> handler)
Associate the custom property for the given typeFuture<AssociateCustomPropertyResponse>
DataCatalogAsyncClient. associateCustomProperty(AssociateCustomPropertyRequest request, AsyncHandler<AssociateCustomPropertyRequest,AssociateCustomPropertyResponse> handler)
AssociateCustomPropertyResponse
DataCatalogClient. associateCustomProperty(AssociateCustomPropertyRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type AssociateCustomPropertyRequest Modifier and Type Method Description Future<AssociateCustomPropertyResponse>
DataCatalogAsync. associateCustomProperty(AssociateCustomPropertyRequest request, AsyncHandler<AssociateCustomPropertyRequest,AssociateCustomPropertyResponse> handler)
Associate the custom property for the given typeFuture<AssociateCustomPropertyResponse>
DataCatalogAsyncClient. associateCustomProperty(AssociateCustomPropertyRequest request, AsyncHandler<AssociateCustomPropertyRequest,AssociateCustomPropertyResponse> handler)
-
Uses of AssociateCustomPropertyRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return AssociateCustomPropertyRequest Modifier and Type Method Description AssociateCustomPropertyRequest
AssociateCustomPropertyRequest.Builder. build()
Build the instance of AssociateCustomPropertyRequest as configured by this builderAssociateCustomPropertyRequest
AssociateCustomPropertyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AssociateCustomPropertyRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type AssociateCustomPropertyRequest Modifier and Type Method Description AssociateCustomPropertyRequest.Builder
AssociateCustomPropertyRequest.Builder. copy(AssociateCustomPropertyRequest o)
Copy method to populate the builder with values from the given instance.
-