Uses of Class
com.oracle.bmc.identity.requests.GetTagRequest
-
Packages that use GetTagRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of GetTagRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return types with arguments of type GetTagRequest Modifier and Type Method Description Waiter<GetTagRequest,GetTagResponse>
IdentityWaiters. forTag(GetTagRequest request, Tag.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTagRequest,GetTagResponse>
IdentityWaiters. forTag(GetTagRequest request, Tag.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTagRequest,GetTagResponse>
IdentityWaiters. forTag(GetTagRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Tag.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.identity with parameters of type GetTagRequest Modifier and Type Method Description Waiter<GetTagRequest,GetTagResponse>
IdentityWaiters. forTag(GetTagRequest request, Tag.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTagRequest,GetTagResponse>
IdentityWaiters. forTag(GetTagRequest request, Tag.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTagRequest,GetTagResponse>
IdentityWaiters. forTag(GetTagRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Tag.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetTagResponse
Identity. getTag(GetTagRequest request)
Gets the specified tag’s information.Future<GetTagResponse>
IdentityAsync. getTag(GetTagRequest request, AsyncHandler<GetTagRequest,GetTagResponse> handler)
Gets the specified tag’s information.Future<GetTagResponse>
IdentityAsyncClient. getTag(GetTagRequest request, AsyncHandler<GetTagRequest,GetTagResponse> handler)
GetTagResponse
IdentityClient. getTag(GetTagRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type GetTagRequest Modifier and Type Method Description Future<GetTagResponse>
IdentityAsync. getTag(GetTagRequest request, AsyncHandler<GetTagRequest,GetTagResponse> handler)
Gets the specified tag’s information.Future<GetTagResponse>
IdentityAsyncClient. getTag(GetTagRequest request, AsyncHandler<GetTagRequest,GetTagResponse> handler)
-
Uses of GetTagRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return GetTagRequest Modifier and Type Method Description GetTagRequest
GetTagRequest.Builder. build()
Build the instance of GetTagRequest as configured by this builderGetTagRequest
GetTagRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetTagRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type GetTagRequest Modifier and Type Method Description GetTagRequest.Builder
GetTagRequest.Builder. copy(GetTagRequest o)
Copy method to populate the builder with values from the given instance.
-