Uses of Class
software.amazon.awssdk.services.resourcegroups.model.ResourceQuery
-
Packages that use ResourceQuery Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of ResourceQuery in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return ResourceQuery Modifier and Type Method Description ResourceQueryCreateGroupRequest. resourceQuery()The resource query that determines which Amazon Web Services resources are members of this group.ResourceQueryCreateGroupResponse. resourceQuery()The resource query associated with the group.ResourceQueryGroupQuery. resourceQuery()The resource query that determines which Amazon Web Services resources are members of the associated resource group.ResourceQuerySearchResourcesRequest. resourceQuery()The search query, using the same formats that are supported for resource group definition.ResourceQueryUpdateGroupQueryRequest. resourceQuery()The resource query to determine which Amazon Web Services resources are members of this resource group.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type ResourceQuery Modifier and Type Method Description CreateGroupRequest.BuilderCreateGroupRequest.Builder. resourceQuery(ResourceQuery resourceQuery)The resource query that determines which Amazon Web Services resources are members of this group.CreateGroupResponse.BuilderCreateGroupResponse.Builder. resourceQuery(ResourceQuery resourceQuery)The resource query associated with the group.GroupQuery.BuilderGroupQuery.Builder. resourceQuery(ResourceQuery resourceQuery)The resource query that determines which Amazon Web Services resources are members of the associated resource group.SearchResourcesRequest.BuilderSearchResourcesRequest.Builder. resourceQuery(ResourceQuery resourceQuery)The search query, using the same formats that are supported for resource group definition.UpdateGroupQueryRequest.BuilderUpdateGroupQueryRequest.Builder. resourceQuery(ResourceQuery resourceQuery)The resource query to determine which Amazon Web Services resources are members of this resource group.
-