Uses of Class
com.oracle.bmc.datacatalog.requests.CreateCustomPropertyRequest
-
Packages that use CreateCustomPropertyRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of CreateCustomPropertyRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type CreateCustomPropertyRequest Modifier and Type Method Description CreateCustomPropertyResponse
DataCatalog. createCustomProperty(CreateCustomPropertyRequest request)
Create a new Custom PropertyFuture<CreateCustomPropertyResponse>
DataCatalogAsync. createCustomProperty(CreateCustomPropertyRequest request, AsyncHandler<CreateCustomPropertyRequest,CreateCustomPropertyResponse> handler)
Create a new Custom PropertyFuture<CreateCustomPropertyResponse>
DataCatalogAsyncClient. createCustomProperty(CreateCustomPropertyRequest request, AsyncHandler<CreateCustomPropertyRequest,CreateCustomPropertyResponse> handler)
CreateCustomPropertyResponse
DataCatalogClient. createCustomProperty(CreateCustomPropertyRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type CreateCustomPropertyRequest Modifier and Type Method Description Future<CreateCustomPropertyResponse>
DataCatalogAsync. createCustomProperty(CreateCustomPropertyRequest request, AsyncHandler<CreateCustomPropertyRequest,CreateCustomPropertyResponse> handler)
Create a new Custom PropertyFuture<CreateCustomPropertyResponse>
DataCatalogAsyncClient. createCustomProperty(CreateCustomPropertyRequest request, AsyncHandler<CreateCustomPropertyRequest,CreateCustomPropertyResponse> handler)
-
Uses of CreateCustomPropertyRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return CreateCustomPropertyRequest Modifier and Type Method Description CreateCustomPropertyRequest
CreateCustomPropertyRequest.Builder. build()
Build the instance of CreateCustomPropertyRequest as configured by this builderCreateCustomPropertyRequest
CreateCustomPropertyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCustomPropertyRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type CreateCustomPropertyRequest Modifier and Type Method Description CreateCustomPropertyRequest.Builder
CreateCustomPropertyRequest.Builder. copy(CreateCustomPropertyRequest o)
Copy method to populate the builder with values from the given instance.
-