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 newWaiterusing the default configuration.Waiter<GetTermRequest,GetTermResponse>DataCatalogWaiters. forTerm(GetTermRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetTermRequest,GetTermResponse>DataCatalogWaiters. forTerm(GetTermRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing 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 newWaiterusing the default configuration.Waiter<GetTermRequest,GetTermResponse>DataCatalogWaiters. forTerm(GetTermRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetTermRequest,GetTermResponse>DataCatalogWaiters. forTerm(GetTermRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetTermResponseDataCatalog. 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)GetTermResponseDataCatalogClient. 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 GetTermRequestGetTermRequest.Builder. build()Build the instance of GetTermRequest as configured by this builderGetTermRequestGetTermRequest.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.BuilderGetTermRequest.Builder. copy(GetTermRequest o)Copy method to populate the builder with values from the given instance.
-