| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
GroupQuery |
GroupQuery.clone() |
GroupQuery |
GetGroupQueryResult.getGroupQuery()
The resource query associated with the specified group.
|
GroupQuery |
UpdateGroupQueryResult.getGroupQuery()
The resource query associated with the resource group after the update.
|
GroupQuery |
GroupQuery.withGroupName(String groupName)
The name of a resource group that is associated with a specific resource query.
|
GroupQuery |
GroupQuery.withResourceQuery(ResourceQuery resourceQuery)
The resource query which determines which AWS resources are members of the associated resource group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetGroupQueryResult.setGroupQuery(GroupQuery groupQuery)
The resource query associated with the specified group.
|
void |
UpdateGroupQueryResult.setGroupQuery(GroupQuery groupQuery)
The resource query associated with the resource group after the update.
|
GetGroupQueryResult |
GetGroupQueryResult.withGroupQuery(GroupQuery groupQuery)
The resource query associated with the specified group.
|
UpdateGroupQueryResult |
UpdateGroupQueryResult.withGroupQuery(GroupQuery groupQuery)
The resource query associated with the resource group after the update.
|
Copyright © 2018. All rights reserved.