Uses of Class
com.oracle.bmc.datacatalog.responses.GetGlossaryResponse
-
Packages that use GetGlossaryResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of GetGlossaryResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return GetGlossaryResponse Modifier and Type Method Description GetGlossaryResponse
DataCatalog. getGlossary(GetGlossaryRequest request)
Gets a specific glossary by key within a data catalog.GetGlossaryResponse
DataCatalogClient. getGlossary(GetGlossaryRequest request)
Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetGlossaryResponse Modifier and Type Method Description Waiter<GetGlossaryRequest,GetGlossaryResponse>
DataCatalogWaiters. forGlossary(GetGlossaryRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetGlossaryRequest,GetGlossaryResponse>
DataCatalogWaiters. forGlossary(GetGlossaryRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetGlossaryRequest,GetGlossaryResponse>
DataCatalogWaiters. forGlossary(GetGlossaryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetGlossaryResponse>
DataCatalogAsync. getGlossary(GetGlossaryRequest request, AsyncHandler<GetGlossaryRequest,GetGlossaryResponse> handler)
Gets a specific glossary by key within a data catalog.Future<GetGlossaryResponse>
DataCatalogAsyncClient. getGlossary(GetGlossaryRequest request, AsyncHandler<GetGlossaryRequest,GetGlossaryResponse> handler)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetGlossaryResponse Modifier and Type Method Description Future<GetGlossaryResponse>
DataCatalogAsync. getGlossary(GetGlossaryRequest request, AsyncHandler<GetGlossaryRequest,GetGlossaryResponse> handler)
Gets a specific glossary by key within a data catalog.Future<GetGlossaryResponse>
DataCatalogAsyncClient. getGlossary(GetGlossaryRequest request, AsyncHandler<GetGlossaryRequest,GetGlossaryResponse> handler)
-
Uses of GetGlossaryResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return GetGlossaryResponse Modifier and Type Method Description GetGlossaryResponse
GetGlossaryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type GetGlossaryResponse Modifier and Type Method Description GetGlossaryResponse.Builder
GetGlossaryResponse.Builder. copy(GetGlossaryResponse o)
Copy method to populate the builder with values from the given instance.
-