Uses of Class
com.oracle.bmc.datacatalog.responses.CreateCustomPropertyResponse
-
Packages that use CreateCustomPropertyResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of CreateCustomPropertyResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return CreateCustomPropertyResponse Modifier and Type Method Description CreateCustomPropertyResponseDataCatalog. createCustomProperty(CreateCustomPropertyRequest request)Create a new Custom PropertyCreateCustomPropertyResponseDataCatalogClient. createCustomProperty(CreateCustomPropertyRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type CreateCustomPropertyResponse 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)Method parameters in com.oracle.bmc.datacatalog with type arguments of type CreateCustomPropertyResponse 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 CreateCustomPropertyResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return CreateCustomPropertyResponse Modifier and Type Method Description CreateCustomPropertyResponseCreateCustomPropertyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type CreateCustomPropertyResponse Modifier and Type Method Description CreateCustomPropertyResponse.BuilderCreateCustomPropertyResponse.Builder. copy(CreateCustomPropertyResponse o)Copy method to populate the builder with values from the given instance.
-