Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.responses |
Modifier and Type | Method and Description |
---|---|
GetTagResponse |
IdentityClient.getTag(GetTagRequest request) |
GetTagResponse |
Identity.getTag(GetTagRequest request)
Gets the specified tag’s information.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetTagRequest,GetTagResponse> |
IdentityWaiters.forTag(GetTagRequest request,
Tag.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetTagRequest,GetTagResponse> |
IdentityWaiters.forTag(GetTagRequest request,
Tag.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetTagRequest,GetTagResponse> |
IdentityWaiters.forTag(GetTagRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Tag.LifecycleState... targetStates)
Creates a new
Waiter 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetTagResponse |
GetTagResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetTagResponse.Builder |
GetTagResponse.Builder.copy(GetTagResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.