| 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 or previously tagged resources that are located in the specified Amazon Web Services
Region for the account.
|
GetResourcesResult |
AWSResourceGroupsTaggingAPI.getResources(GetResourcesRequest getResourcesRequest)
Returns all the tagged or previously tagged resources that are located in the specified Amazon Web Services
Region for the account.
|
GetResourcesResult |
AbstractAWSResourceGroupsTaggingAPI.getResources(GetResourcesRequest request) |
Future<GetResourcesResult> |
AWSResourceGroupsTaggingAPIAsyncClient.getResourcesAsync(GetResourcesRequest request) |
Future<GetResourcesResult> |
AWSResourceGroupsTaggingAPIAsync.getResourcesAsync(GetResourcesRequest getResourcesRequest)
Returns all the tagged or previously tagged resources that are located in the specified Amazon Web Services
Region for the account.
|
Future<GetResourcesResult> |
AbstractAWSResourceGroupsTaggingAPIAsync.getResourcesAsync(GetResourcesRequest request) |
Future<GetResourcesResult> |
AWSResourceGroupsTaggingAPIAsyncClient.getResourcesAsync(GetResourcesRequest request,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler) |
Future<GetResourcesResult> |
AWSResourceGroupsTaggingAPIAsync.getResourcesAsync(GetResourcesRequest getResourcesRequest,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler)
Returns all the tagged or previously tagged resources that are located in the specified Amazon Web Services
Region for the account.
|
Future<GetResourcesResult> |
AbstractAWSResourceGroupsTaggingAPIAsync.getResourcesAsync(GetResourcesRequest request,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetResourcesResult> |
AWSResourceGroupsTaggingAPIAsyncClient.getResourcesAsync(GetResourcesRequest request,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler) |
Future<GetResourcesResult> |
AWSResourceGroupsTaggingAPIAsync.getResourcesAsync(GetResourcesRequest getResourcesRequest,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler)
Returns all the tagged or previously tagged resources that are located in the specified Amazon Web Services
Region for the account.
|
Future<GetResourcesResult> |
AbstractAWSResourceGroupsTaggingAPIAsync.getResourcesAsync(GetResourcesRequest request,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetResourcesRequest |
GetResourcesRequest.clone() |
GetResourcesRequest |
GetResourcesRequest.withExcludeCompliantResources(Boolean excludeCompliantResources)
Specifies whether to exclude resources that are compliant with the tag policy.
|
GetResourcesRequest |
GetResourcesRequest.withIncludeComplianceDetails(Boolean includeComplianceDetails)
Specifies whether to include details regarding the compliance with the effective tag policy.
|
GetResourcesRequest |
GetResourcesRequest.withPaginationToken(String paginationToken)
Specifies a
PaginationToken response value from a previous request to indicate that you want the
next page of results. |
GetResourcesRequest |
GetResourcesRequest.withResourceARNList(Collection<String> resourceARNList)
Specifies a list of ARNs of resources for which you want to retrieve tag data.
|
GetResourcesRequest |
GetResourcesRequest.withResourceARNList(String... resourceARNList)
Specifies a list of ARNs of resources for which you want to retrieve tag data.
|
GetResourcesRequest |
GetResourcesRequest.withResourcesPerPage(Integer resourcesPerPage)
Specifies the maximum number of results to be returned in each page.
|
GetResourcesRequest |
GetResourcesRequest.withResourceTypeFilters(Collection<String> resourceTypeFilters)
Specifies the resource types that you want included in the response.
|
GetResourcesRequest |
GetResourcesRequest.withResourceTypeFilters(String... resourceTypeFilters)
Specifies the resource types that you want included in the response.
|
GetResourcesRequest |
GetResourcesRequest.withTagFilters(Collection<TagFilter> tagFilters)
Specifies a list of TagFilters (keys and values) to restrict the output to only those resources that have tags
with the specified keys and, if included, the specified values.
|
GetResourcesRequest |
GetResourcesRequest.withTagFilters(TagFilter... tagFilters)
Specifies a list of TagFilters (keys and values) to restrict the output to only those resources that have tags
with the specified keys and, if included, the specified values.
|
GetResourcesRequest |
GetResourcesRequest.withTagsPerPage(Integer tagsPerPage)
Amazon Web Services recommends using
ResourcesPerPage instead of this parameter. |
Copyright © 2024. All rights reserved.