Uses of Class
com.oracle.bmc.datacatalog.requests.GetGlossaryRequest
-
Packages that use GetGlossaryRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of GetGlossaryRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetGlossaryRequest Modifier and Type Method Description Waiter<GetGlossaryRequest,GetGlossaryResponse>DataCatalogWaiters. forGlossary(GetGlossaryRequest request, LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetGlossaryRequest,GetGlossaryResponse>DataCatalogWaiters. forGlossary(GetGlossaryRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetGlossaryRequest,GetGlossaryResponse>DataCatalogWaiters. forGlossary(GetGlossaryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Methods in com.oracle.bmc.datacatalog with parameters of type GetGlossaryRequest Modifier and Type Method Description Waiter<GetGlossaryRequest,GetGlossaryResponse>DataCatalogWaiters. forGlossary(GetGlossaryRequest request, LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetGlossaryRequest,GetGlossaryResponse>DataCatalogWaiters. forGlossary(GetGlossaryRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetGlossaryRequest,GetGlossaryResponse>DataCatalogWaiters. forGlossary(GetGlossaryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetGlossaryResponseDataCatalog. getGlossary(GetGlossaryRequest request)Gets a specific glossary by key within a data catalog.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)GetGlossaryResponseDataCatalogClient. getGlossary(GetGlossaryRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetGlossaryRequest 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 GetGlossaryRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return GetGlossaryRequest Modifier and Type Method Description GetGlossaryRequestGetGlossaryRequest.Builder. build()Build the instance of GetGlossaryRequest as configured by this builderGetGlossaryRequestGetGlossaryRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetGlossaryRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type GetGlossaryRequest Modifier and Type Method Description GetGlossaryRequest.BuilderGetGlossaryRequest.Builder. copy(GetGlossaryRequest o)Copy method to populate the builder with values from the given instance.
-