| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups |
|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ListGroupResourcesResult |
AWSResourceGroupsClient.listGroupResources(ListGroupResourcesRequest request)
Returns a list of ARNs of the resources that are members of a specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
AWSResourceGroupsAsyncClient.listGroupResourcesAsync(ListGroupResourcesRequest request,
AsyncHandler<ListGroupResourcesRequest,ListGroupResourcesResult> asyncHandler) |
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 © 2021. All rights reserved.