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