Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GroupQuery
-
Packages that use GroupQuery Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of GroupQuery in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return GroupQuery Modifier and Type Method Description GroupQueryGetGroupQueryResponse. groupQuery()The resource query associated with the specified group.GroupQueryUpdateGroupQueryResponse. groupQuery()The updated resource query associated with the resource group after the update.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type GroupQuery Modifier and Type Method Description GetGroupQueryResponse.BuilderGetGroupQueryResponse.Builder. groupQuery(GroupQuery groupQuery)The resource query associated with the specified group.UpdateGroupQueryResponse.BuilderUpdateGroupQueryResponse.Builder. groupQuery(GroupQuery groupQuery)The updated resource query associated with the resource group after the update.
-