| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default GroupResourcesResponse |
ResourceGroupsClient.groupResources(Consumer<GroupResourcesRequest.Builder> groupResourcesRequest)
Adds the specified resources to the specified group.
|
default GroupResourcesResponse |
ResourceGroupsClient.groupResources(GroupResourcesRequest groupResourcesRequest)
Adds the specified resources to the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GroupResourcesResponse> |
ResourceGroupsAsyncClient.groupResources(Consumer<GroupResourcesRequest.Builder> groupResourcesRequest)
Adds the specified resources to the specified group.
|
default CompletableFuture<GroupResourcesResponse> |
ResourceGroupsAsyncClient.groupResources(GroupResourcesRequest groupResourcesRequest)
Adds the specified resources to the specified group.
|
Copyright © 2023. All rights reserved.