| 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 |
|---|---|
Future<UpdateGroupQueryResult> |
AWSResourceGroupsAsyncClient.updateGroupQueryAsync(UpdateGroupQueryRequest request,
AsyncHandler<UpdateGroupQueryRequest,UpdateGroupQueryResult> asyncHandler) |
Future<UpdateGroupQueryResult> |
AWSResourceGroupsAsync.updateGroupQueryAsync(UpdateGroupQueryRequest updateGroupQueryRequest,
AsyncHandler<UpdateGroupQueryRequest,UpdateGroupQueryResult> asyncHandler)
Updates the resource query of a group.
|
Future<UpdateGroupQueryResult> |
AbstractAWSResourceGroupsAsync.updateGroupQueryAsync(UpdateGroupQueryRequest request,
AsyncHandler<UpdateGroupQueryRequest,UpdateGroupQueryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupQueryRequest |
UpdateGroupQueryRequest.clone() |
UpdateGroupQueryRequest |
UpdateGroupQueryRequest.withGroup(String group)
The name or the ARN of the resource group to query.
|
UpdateGroupQueryRequest |
UpdateGroupQueryRequest.withGroupName(String groupName)
Deprecated.
|
UpdateGroupQueryRequest |
UpdateGroupQueryRequest.withResourceQuery(ResourceQuery resourceQuery)
The resource query to determine which Amazon Web Services resources are members of this resource group.
|
Copyright © 2025. All rights reserved.