| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups |
Resource Groups lets you organize Amazon Web Services resources such as Amazon Elastic Compute Cloud instances,
Amazon Relational Database Service databases, and Amazon Simple Storage Service buckets into groups using criteria
that you define as tags.
|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesResult |
AbstractAWSResourceGroups.searchResources(SearchResourcesRequest request) |
SearchResourcesResult |
AWSResourceGroups.searchResources(SearchResourcesRequest searchResourcesRequest)
Returns a list of Amazon Web Services resource identifiers that matches the specified query.
|
SearchResourcesResult |
AWSResourceGroupsClient.searchResources(SearchResourcesRequest request)
Returns a list of Amazon Web Services resource identifiers that matches the specified query.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchResourcesResult> |
AbstractAWSResourceGroupsAsync.searchResourcesAsync(SearchResourcesRequest request,
AsyncHandler<SearchResourcesRequest,SearchResourcesResult> asyncHandler) |
Future<SearchResourcesResult> |
AWSResourceGroupsAsync.searchResourcesAsync(SearchResourcesRequest searchResourcesRequest,
AsyncHandler<SearchResourcesRequest,SearchResourcesResult> asyncHandler)
Returns a list of Amazon Web Services resource identifiers that matches the specified query.
|
Future<SearchResourcesResult> |
AWSResourceGroupsAsyncClient.searchResourcesAsync(SearchResourcesRequest request,
AsyncHandler<SearchResourcesRequest,SearchResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesResult |
SearchResourcesResult.clone() |
SearchResourcesResult |
SearchResourcesResult.withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
SearchResourcesResult |
SearchResourcesResult.withQueryErrors(Collection<QueryError> queryErrors)
A list of
QueryError objects. |
SearchResourcesResult |
SearchResourcesResult.withQueryErrors(QueryError... queryErrors)
A list of
QueryError objects. |
SearchResourcesResult |
SearchResourcesResult.withResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
|
SearchResourcesResult |
SearchResourcesResult.withResourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
The ARNs and resource types of resources that are members of the group that you specified.
|
Copyright © 2023. All rights reserved.