Uses of Class
com.oracle.bmc.marketplacepublisher.requests.GetTermRequest
-
Packages that use GetTermRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of GetTermRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type GetTermRequest Modifier and Type Method Description Waiter<GetTermRequest,GetTermResponse>
MarketplacePublisherWaiters. forTerm(GetTermRequest request, Term.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTermRequest,GetTermResponse>
MarketplacePublisherWaiters. forTerm(GetTermRequest request, Term.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTermRequest,GetTermResponse>
MarketplacePublisherWaiters. forTerm(GetTermRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Term.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.marketplacepublisher with parameters of type GetTermRequest Modifier and Type Method Description Waiter<GetTermRequest,GetTermResponse>
MarketplacePublisherWaiters. forTerm(GetTermRequest request, Term.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTermRequest,GetTermResponse>
MarketplacePublisherWaiters. forTerm(GetTermRequest request, Term.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTermRequest,GetTermResponse>
MarketplacePublisherWaiters. forTerm(GetTermRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Term.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetTermResponse
MarketplacePublisher. getTerm(GetTermRequest request)
Gets a Term by identifierFuture<GetTermResponse>
MarketplacePublisherAsync. getTerm(GetTermRequest request, AsyncHandler<GetTermRequest,GetTermResponse> handler)
Gets a Term by identifierFuture<GetTermResponse>
MarketplacePublisherAsyncClient. getTerm(GetTermRequest request, AsyncHandler<GetTermRequest,GetTermResponse> handler)
GetTermResponse
MarketplacePublisherClient. getTerm(GetTermRequest request)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type GetTermRequest Modifier and Type Method Description Future<GetTermResponse>
MarketplacePublisherAsync. getTerm(GetTermRequest request, AsyncHandler<GetTermRequest,GetTermResponse> handler)
Gets a Term by identifierFuture<GetTermResponse>
MarketplacePublisherAsyncClient. getTerm(GetTermRequest request, AsyncHandler<GetTermRequest,GetTermResponse> handler)
-
Uses of GetTermRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.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.marketplacepublisher.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.
-