Uses of Class
com.oracle.bmc.datacatalog.requests.GetTermRequest
-
Packages that use GetTermRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of GetTermRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetTermRequest Modifier and Type Method Description Waiter<GetTermRequest,GetTermResponse>
DataCatalogWaiters. forTerm(GetTermRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTermRequest,GetTermResponse>
DataCatalogWaiters. forTerm(GetTermRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTermRequest,GetTermResponse>
DataCatalogWaiters. forTerm(GetTermRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.datacatalog with parameters of type GetTermRequest Modifier and Type Method Description Waiter<GetTermRequest,GetTermResponse>
DataCatalogWaiters. forTerm(GetTermRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTermRequest,GetTermResponse>
DataCatalogWaiters. forTerm(GetTermRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTermRequest,GetTermResponse>
DataCatalogWaiters. forTerm(GetTermRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetTermResponse
DataCatalog. getTerm(GetTermRequest request)
Gets a specific glossary term by key.Future<GetTermResponse>
DataCatalogAsync. getTerm(GetTermRequest request, AsyncHandler<GetTermRequest,GetTermResponse> handler)
Gets a specific glossary term by key.Future<GetTermResponse>
DataCatalogAsyncClient. getTerm(GetTermRequest request, AsyncHandler<GetTermRequest,GetTermResponse> handler)
GetTermResponse
DataCatalogClient. getTerm(GetTermRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetTermRequest Modifier and Type Method Description Future<GetTermResponse>
DataCatalogAsync. getTerm(GetTermRequest request, AsyncHandler<GetTermRequest,GetTermResponse> handler)
Gets a specific glossary term by key.Future<GetTermResponse>
DataCatalogAsyncClient. getTerm(GetTermRequest request, AsyncHandler<GetTermRequest,GetTermResponse> handler)
-
Uses of GetTermRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return GetTermRequest Modifier and Type Method Description GetTermRequest
GetTermRequest.Builder. build()
Build the instance of GetTermRequest as configured by this builderGetTermRequest
GetTermRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetTermRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type GetTermRequest Modifier and Type Method Description GetTermRequest.Builder
GetTermRequest.Builder. copy(GetTermRequest o)
Copy method to populate the builder with values from the given instance.
-