| 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 |
|---|---|
ListGroupResourcesResult |
AWSResourceGroupsClient.listGroupResources(ListGroupResourcesRequest request)
Returns a list of ARNs of the resources that are members of a specified resource group.
|
ListGroupResourcesResult |
AbstractAWSResourceGroups.listGroupResources(ListGroupResourcesRequest request) |
ListGroupResourcesResult |
AWSResourceGroups.listGroupResources(ListGroupResourcesRequest listGroupResourcesRequest)
Returns a list of ARNs of the resources that are members of a specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupResourcesResult> |
AWSResourceGroupsAsyncClient.listGroupResourcesAsync(ListGroupResourcesRequest request,
AsyncHandler<ListGroupResourcesRequest,ListGroupResourcesResult> asyncHandler) |
Future<ListGroupResourcesResult> |
AWSResourceGroupsAsync.listGroupResourcesAsync(ListGroupResourcesRequest listGroupResourcesRequest,
AsyncHandler<ListGroupResourcesRequest,ListGroupResourcesResult> asyncHandler)
Returns a list of ARNs of the resources that are members of a specified resource group.
|
Future<ListGroupResourcesResult> |
AbstractAWSResourceGroupsAsync.listGroupResourcesAsync(ListGroupResourcesRequest request,
AsyncHandler<ListGroupResourcesRequest,ListGroupResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListGroupResourcesResult |
ListGroupResourcesResult.clone() |
ListGroupResourcesResult |
ListGroupResourcesResult.withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
ListGroupResourcesResult |
ListGroupResourcesResult.withQueryErrors(Collection<QueryError> queryErrors)
A list of
QueryError objects. |
ListGroupResourcesResult |
ListGroupResourcesResult.withQueryErrors(QueryError... queryErrors)
A list of
QueryError objects. |
ListGroupResourcesResult |
ListGroupResourcesResult.withResourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
Deprecated.
|
ListGroupResourcesResult |
ListGroupResourcesResult.withResourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
Deprecated.
|
ListGroupResourcesResult |
ListGroupResourcesResult.withResources(Collection<ListGroupResourcesItem> resources)
An array of resources from which you can determine each resource's identity, type, and group membership status.
|
ListGroupResourcesResult |
ListGroupResourcesResult.withResources(ListGroupResourcesItem... resources)
An array of resources from which you can determine each resource's identity, type, and group membership status.
|
Copyright © 2025. All rights reserved.