| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceQuery |
UpdateGroupQueryRequest.resourceQuery()
The resource query that determines which AWS resources are members of the resource group.
|
ResourceQuery |
SearchResourcesRequest.resourceQuery()
The search query, using the same formats that are supported for resource group definition.
|
ResourceQuery |
GroupQuery.resourceQuery()
The resource query which determines which AWS resources are members of the associated resource group.
|
ResourceQuery |
CreateGroupResponse.resourceQuery()
The resource query associated with the group.
|
ResourceQuery |
CreateGroupRequest.resourceQuery()
The resource query that determines which AWS resources are members of this group.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupQueryRequest.Builder |
UpdateGroupQueryRequest.Builder.resourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of the resource group.
|
SearchResourcesRequest.Builder |
SearchResourcesRequest.Builder.resourceQuery(ResourceQuery resourceQuery)
The search query, using the same formats that are supported for resource group definition.
|
GroupQuery.Builder |
GroupQuery.Builder.resourceQuery(ResourceQuery resourceQuery)
The resource query which determines which AWS resources are members of the associated resource group.
|
CreateGroupResponse.Builder |
CreateGroupResponse.Builder.resourceQuery(ResourceQuery resourceQuery)
The resource query associated with the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.resourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of this group.
|
Copyright © 2020. All rights reserved.