| 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 |
|---|---|
UpdateGroupQueryResult |
AWSResourceGroupsClient.updateGroupQuery(UpdateGroupQueryRequest request)
Updates the resource query of a group.
|
UpdateGroupQueryResult |
AWSResourceGroups.updateGroupQuery(UpdateGroupQueryRequest updateGroupQueryRequest)
Updates the resource query of a group.
|
UpdateGroupQueryResult |
AbstractAWSResourceGroups.updateGroupQuery(UpdateGroupQueryRequest request) |
| 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 |
|---|---|
UpdateGroupQueryResult |
UpdateGroupQueryResult.clone() |
UpdateGroupQueryResult |
UpdateGroupQueryResult.withGroupQuery(GroupQuery groupQuery)
The updated resource query associated with the resource group after the update.
|
Copyright © 2025. All rights reserved.