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