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 newWaiterusing the default configuration.Waiter<GetTagRequest,GetTagResponse>IdentityWaiters. forTag(GetTagRequest request, Tag.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetTagRequest,GetTagResponse>IdentityWaiters. forTag(GetTagRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Tag.LifecycleState... targetStates)Creates a newWaiterusing 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 newWaiterusing the default configuration.Waiter<GetTagRequest,GetTagResponse>IdentityWaiters. forTag(GetTagRequest request, Tag.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetTagRequest,GetTagResponse>IdentityWaiters. forTag(GetTagRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Tag.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetTagResponseIdentity. 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)GetTagResponseIdentityClient. 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 GetTagRequestGetTagRequest.Builder. build()Build the instance of GetTagRequest as configured by this builderGetTagRequestGetTagRequest.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.BuilderGetTagRequest.Builder. copy(GetTagRequest o)Copy method to populate the builder with values from the given instance.
-