Uses of Class
com.oracle.bmc.datacatalog.requests.CreateGlossaryRequest
-
Packages that use CreateGlossaryRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of CreateGlossaryRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type CreateGlossaryRequest Modifier and Type Method Description CreateGlossaryResponseDataCatalog. createGlossary(CreateGlossaryRequest request)Creates a new glossary.Future<CreateGlossaryResponse>DataCatalogAsync. createGlossary(CreateGlossaryRequest request, AsyncHandler<CreateGlossaryRequest,CreateGlossaryResponse> handler)Creates a new glossary.Future<CreateGlossaryResponse>DataCatalogAsyncClient. createGlossary(CreateGlossaryRequest request, AsyncHandler<CreateGlossaryRequest,CreateGlossaryResponse> handler)CreateGlossaryResponseDataCatalogClient. createGlossary(CreateGlossaryRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type CreateGlossaryRequest Modifier and Type Method Description Future<CreateGlossaryResponse>DataCatalogAsync. createGlossary(CreateGlossaryRequest request, AsyncHandler<CreateGlossaryRequest,CreateGlossaryResponse> handler)Creates a new glossary.Future<CreateGlossaryResponse>DataCatalogAsyncClient. createGlossary(CreateGlossaryRequest request, AsyncHandler<CreateGlossaryRequest,CreateGlossaryResponse> handler) -
Uses of CreateGlossaryRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return CreateGlossaryRequest Modifier and Type Method Description CreateGlossaryRequestCreateGlossaryRequest.Builder. build()Build the instance of CreateGlossaryRequest as configured by this builderCreateGlossaryRequestCreateGlossaryRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateGlossaryRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type CreateGlossaryRequest Modifier and Type Method Description CreateGlossaryRequest.BuilderCreateGlossaryRequest.Builder. copy(CreateGlossaryRequest o)Copy method to populate the builder with values from the given instance.
-