Uses of Class
software.amazon.awssdk.services.resourcegroups.model.UpdateGroupResponse
-
Packages that use UpdateGroupResponse 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 UpdateGroupResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return UpdateGroupResponse Modifier and Type Method Description default UpdateGroupResponseResourceGroupsClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates the description for an existing group.default UpdateGroupResponseResourceGroupsClient. updateGroup(UpdateGroupRequest updateGroupRequest)Updates the description for an existing group.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type UpdateGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateGroupResponse>ResourceGroupsAsyncClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates the description for an existing group.default CompletableFuture<UpdateGroupResponse>ResourceGroupsAsyncClient. updateGroup(UpdateGroupRequest updateGroupRequest)Updates the description for an existing group.
-