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 CreateGlossaryResponse
DataCatalog. 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)
CreateGlossaryResponse
DataCatalogClient. 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 CreateGlossaryRequest
CreateGlossaryRequest.Builder. build()
Build the instance of CreateGlossaryRequest as configured by this builderCreateGlossaryRequest
CreateGlossaryRequest.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.Builder
CreateGlossaryRequest.Builder. copy(CreateGlossaryRequest o)
Copy method to populate the builder with values from the given instance.
-