Uses of Class
software.amazon.awssdk.services.resourcegroups.model.CreateGroupResponse
-
Packages that use CreateGroupResponse 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 CreateGroupResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return CreateGroupResponse Modifier and Type Method Description default CreateGroupResponseResourceGroupsClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a resource group with the specified name and description.default CreateGroupResponseResourceGroupsClient. createGroup(CreateGroupRequest createGroupRequest)Creates a resource group with the specified name and description.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type CreateGroupResponse Modifier and Type Method Description default CompletableFuture<CreateGroupResponse>ResourceGroupsAsyncClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a resource group with the specified name and description.default CompletableFuture<CreateGroupResponse>ResourceGroupsAsyncClient. createGroup(CreateGroupRequest createGroupRequest)Creates a resource group with the specified name and description.
-