| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceQuery |
ResourceQuery.clone() |
ResourceQuery |
GroupQuery.getResourceQuery()
The resource query that determines which AWS resources are members of the associated resource group.
|
ResourceQuery |
CreateGroupRequest.getResourceQuery()
The resource query that determines which AWS resources are members of this group.
|
ResourceQuery |
SearchResourcesRequest.getResourceQuery()
The search query, using the same formats that are supported for resource group definition.
|
ResourceQuery |
UpdateGroupQueryRequest.getResourceQuery()
The resource query to determine which AWS resources are members of this resource group.
|
ResourceQuery |
CreateGroupResult.getResourceQuery()
The resource query associated with the group.
|
ResourceQuery |
ResourceQuery.withQuery(String query)
The query that defines a group or a search.
|
ResourceQuery |
ResourceQuery.withType(QueryType type)
The type of the query.
|
ResourceQuery |
ResourceQuery.withType(String type)
The type of the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupQuery.setResourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of the associated resource group.
|
void |
CreateGroupRequest.setResourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of this group.
|
void |
SearchResourcesRequest.setResourceQuery(ResourceQuery resourceQuery)
The search query, using the same formats that are supported for resource group definition.
|
void |
UpdateGroupQueryRequest.setResourceQuery(ResourceQuery resourceQuery)
The resource query to determine which AWS resources are members of this resource group.
|
void |
CreateGroupResult.setResourceQuery(ResourceQuery resourceQuery)
The resource query associated with the group.
|
GroupQuery |
GroupQuery.withResourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of the associated resource group.
|
CreateGroupRequest |
CreateGroupRequest.withResourceQuery(ResourceQuery resourceQuery)
The resource query that determines which AWS resources are members of this group.
|
SearchResourcesRequest |
SearchResourcesRequest.withResourceQuery(ResourceQuery resourceQuery)
The search query, using the same formats that are supported for resource group definition.
|
UpdateGroupQueryRequest |
UpdateGroupQueryRequest.withResourceQuery(ResourceQuery resourceQuery)
The resource query to determine which AWS resources are members of this resource group.
|
CreateGroupResult |
CreateGroupResult.withResourceQuery(ResourceQuery resourceQuery)
The resource query associated with the group.
|
Copyright © 2021. All rights reserved.