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 CreateCustomPropertyResponseDataCatalog. 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)CreateCustomPropertyResponseDataCatalogClient. 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 CreateCustomPropertyRequestCreateCustomPropertyRequest.Builder. build()Build the instance of CreateCustomPropertyRequest as configured by this builderCreateCustomPropertyRequestCreateCustomPropertyRequest.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.BuilderCreateCustomPropertyRequest.Builder. copy(CreateCustomPropertyRequest o)Copy method to populate the builder with values from the given instance.
-