Uses of Class
software.amazon.awssdk.services.resourcegroups.model.UpdateGroupQueryResponse
-
Packages that use UpdateGroupQueryResponse 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 UpdateGroupQueryResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return UpdateGroupQueryResponse Modifier and Type Method Description default UpdateGroupQueryResponseResourceGroupsClient. updateGroupQuery(Consumer<UpdateGroupQueryRequest.Builder> updateGroupQueryRequest)Updates the resource query of a group.default UpdateGroupQueryResponseResourceGroupsClient. updateGroupQuery(UpdateGroupQueryRequest updateGroupQueryRequest)Updates the resource query of a group.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type UpdateGroupQueryResponse Modifier and Type Method Description default CompletableFuture<UpdateGroupQueryResponse>ResourceGroupsAsyncClient. updateGroupQuery(Consumer<UpdateGroupQueryRequest.Builder> updateGroupQueryRequest)Updates the resource query of a group.default CompletableFuture<UpdateGroupQueryResponse>ResourceGroupsAsyncClient. updateGroupQuery(UpdateGroupQueryRequest updateGroupQueryRequest)Updates the resource query of a group.
-