| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroupstaggingapi |
|
| com.amazonaws.services.resourcegroupstaggingapi.model |
| Modifier and Type | Method and Description |
|---|---|
GetResourcesResult |
AWSResourceGroupsTaggingAPIClient.getResources(GetResourcesRequest request)
Returns all the tagged resources that are associated with the specified tags (keys and values) located in the
specified region for the AWS account.
|
GetResourcesResult |
AWSResourceGroupsTaggingAPI.getResources(GetResourcesRequest getResourcesRequest)
Returns all the tagged resources that are associated with the specified tags (keys and values) located in the
specified region for the AWS account.
|
GetResourcesResult |
AbstractAWSResourceGroupsTaggingAPI.getResources(GetResourcesRequest request) |
Future<GetResourcesResult> |
AWSResourceGroupsTaggingAPIAsync.getResourcesAsync(GetResourcesRequest getResourcesRequest)
Returns all the tagged resources that are associated with the specified tags (keys and values) located in the
specified region for the AWS account.
|
Future<GetResourcesResult> |
AbstractAWSResourceGroupsTaggingAPIAsync.getResourcesAsync(GetResourcesRequest request) |
Future<GetResourcesResult> |
AWSResourceGroupsTaggingAPIAsyncClient.getResourcesAsync(GetResourcesRequest request) |
Future<GetResourcesResult> |
AWSResourceGroupsTaggingAPIAsync.getResourcesAsync(GetResourcesRequest getResourcesRequest,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler)
Returns all the tagged resources that are associated with the specified tags (keys and values) located in the
specified region for the AWS account.
|
Future<GetResourcesResult> |
AbstractAWSResourceGroupsTaggingAPIAsync.getResourcesAsync(GetResourcesRequest request,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler) |
Future<GetResourcesResult> |
AWSResourceGroupsTaggingAPIAsyncClient.getResourcesAsync(GetResourcesRequest request,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetResourcesResult> |
AWSResourceGroupsTaggingAPIAsync.getResourcesAsync(GetResourcesRequest getResourcesRequest,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler)
Returns all the tagged resources that are associated with the specified tags (keys and values) located in the
specified region for the AWS account.
|
Future<GetResourcesResult> |
AbstractAWSResourceGroupsTaggingAPIAsync.getResourcesAsync(GetResourcesRequest request,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler) |
Future<GetResourcesResult> |
AWSResourceGroupsTaggingAPIAsyncClient.getResourcesAsync(GetResourcesRequest request,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetResourcesRequest |
GetResourcesRequest.clone() |
GetResourcesRequest |
GetResourcesRequest.withPaginationToken(String paginationToken)
A string that indicates that additional data is available.
|
GetResourcesRequest |
GetResourcesRequest.withResourcesPerPage(Integer resourcesPerPage)
A limit that restricts the number of resources returned by GetResources in paginated output.
|
GetResourcesRequest |
GetResourcesRequest.withResourceTypeFilters(Collection<String> resourceTypeFilters)
The constraints on the resources that you want returned.
|
GetResourcesRequest |
GetResourcesRequest.withResourceTypeFilters(String... resourceTypeFilters)
The constraints on the resources that you want returned.
|
GetResourcesRequest |
GetResourcesRequest.withTagFilters(Collection<TagFilter> tagFilters)
A list of tags (keys and values).
|
GetResourcesRequest |
GetResourcesRequest.withTagFilters(TagFilter... tagFilters)
A list of tags (keys and values).
|
GetResourcesRequest |
GetResourcesRequest.withTagsPerPage(Integer tagsPerPage)
A limit that restricts the number of tags (key and value pairs) returned by GetResources in paginated output.
|
Copyright © 2018. All rights reserved.