| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroupstaggingapi |
|
| com.amazonaws.services.resourcegroupstaggingapi.model |
| Modifier and Type | Method and Description |
|---|---|
GetTagValuesResult |
AWSResourceGroupsTaggingAPIClient.getTagValues(GetTagValuesRequest request)
Returns all tag values for the specified key that are used in the specified Amazon Web Services Region for the
calling account.
|
GetTagValuesResult |
AWSResourceGroupsTaggingAPI.getTagValues(GetTagValuesRequest getTagValuesRequest)
Returns all tag values for the specified key that are used in the specified Amazon Web Services Region for the
calling account.
|
GetTagValuesResult |
AbstractAWSResourceGroupsTaggingAPI.getTagValues(GetTagValuesRequest request) |
Future<GetTagValuesResult> |
AWSResourceGroupsTaggingAPIAsyncClient.getTagValuesAsync(GetTagValuesRequest request) |
Future<GetTagValuesResult> |
AWSResourceGroupsTaggingAPIAsync.getTagValuesAsync(GetTagValuesRequest getTagValuesRequest)
Returns all tag values for the specified key that are used in the specified Amazon Web Services Region for the
calling account.
|
Future<GetTagValuesResult> |
AbstractAWSResourceGroupsTaggingAPIAsync.getTagValuesAsync(GetTagValuesRequest request) |
Future<GetTagValuesResult> |
AWSResourceGroupsTaggingAPIAsyncClient.getTagValuesAsync(GetTagValuesRequest request,
AsyncHandler<GetTagValuesRequest,GetTagValuesResult> asyncHandler) |
Future<GetTagValuesResult> |
AWSResourceGroupsTaggingAPIAsync.getTagValuesAsync(GetTagValuesRequest getTagValuesRequest,
AsyncHandler<GetTagValuesRequest,GetTagValuesResult> asyncHandler)
Returns all tag values for the specified key that are used in the specified Amazon Web Services Region for the
calling account.
|
Future<GetTagValuesResult> |
AbstractAWSResourceGroupsTaggingAPIAsync.getTagValuesAsync(GetTagValuesRequest request,
AsyncHandler<GetTagValuesRequest,GetTagValuesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetTagValuesResult> |
AWSResourceGroupsTaggingAPIAsyncClient.getTagValuesAsync(GetTagValuesRequest request,
AsyncHandler<GetTagValuesRequest,GetTagValuesResult> asyncHandler) |
Future<GetTagValuesResult> |
AWSResourceGroupsTaggingAPIAsync.getTagValuesAsync(GetTagValuesRequest getTagValuesRequest,
AsyncHandler<GetTagValuesRequest,GetTagValuesResult> asyncHandler)
Returns all tag values for the specified key that are used in the specified Amazon Web Services Region for the
calling account.
|
Future<GetTagValuesResult> |
AbstractAWSResourceGroupsTaggingAPIAsync.getTagValuesAsync(GetTagValuesRequest request,
AsyncHandler<GetTagValuesRequest,GetTagValuesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTagValuesRequest |
GetTagValuesRequest.clone() |
GetTagValuesRequest |
GetTagValuesRequest.withKey(String key)
Specifies the tag key for which you want to list all existing values that are currently used in the specified
Amazon Web Services Region for the calling account.
|
GetTagValuesRequest |
GetTagValuesRequest.withPaginationToken(String paginationToken)
Specifies a
PaginationToken response value from a previous request to indicate that you want the
next page of results. |
Copyright © 2024. All rights reserved.