Uses of Class
com.oracle.bmc.identity.responses.GetTagResponse
-
Packages that use GetTagResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of GetTagResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return GetTagResponse Modifier and Type Method Description GetTagResponse
Identity. getTag(GetTagRequest request)
Gets the specified tag’s information.GetTagResponse
IdentityClient. getTag(GetTagRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type GetTagResponse 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.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)
Method parameters in com.oracle.bmc.identity with type arguments of type GetTagResponse 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 GetTagResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return GetTagResponse Modifier and Type Method Description GetTagResponse
GetTagResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type GetTagResponse Modifier and Type Method Description GetTagResponse.Builder
GetTagResponse.Builder. copy(GetTagResponse o)
Copy method to populate the builder with values from the given instance.
-