Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GroupResourcesResponse
-
Packages that use GroupResourcesResponse 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. -
-
Uses of GroupResourcesResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return GroupResourcesResponse Modifier and Type Method Description default GroupResourcesResponseResourceGroupsClient. groupResources(Consumer<GroupResourcesRequest.Builder> groupResourcesRequest)Adds the specified resources to the specified group.default GroupResourcesResponseResourceGroupsClient. groupResources(GroupResourcesRequest groupResourcesRequest)Adds the specified resources to the specified group.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type GroupResourcesResponse Modifier and Type Method 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.
-