| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.clone() |
Group |
UpdateGroupResult.getGroup()
The update description of the resource group.
|
Group |
GetGroupResult.getGroup()
A full description of the resource group.
|
Group |
DeleteGroupResult.getGroup()
A full description of the deleted resource group.
|
Group |
CreateGroupResult.getGroup()
The description of the resource group.
|
Group |
Group.withDescription(String description)
The description of the resource group.
|
Group |
Group.withGroupArn(String groupArn)
The ARN of the resource group.
|
Group |
Group.withName(String name)
The name of the resource group.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
ListGroupsResult.getGroups()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGroupResult.setGroup(Group group)
The update description of the resource group.
|
void |
GetGroupResult.setGroup(Group group)
A full description of the resource group.
|
void |
DeleteGroupResult.setGroup(Group group)
A full description of the deleted resource group.
|
void |
CreateGroupResult.setGroup(Group group)
The description of the resource group.
|
UpdateGroupResult |
UpdateGroupResult.withGroup(Group group)
The update description of the resource group.
|
GetGroupResult |
GetGroupResult.withGroup(Group group)
A full description of the resource group.
|
DeleteGroupResult |
DeleteGroupResult.withGroup(Group group)
A full description of the deleted resource group.
|
CreateGroupResult |
CreateGroupResult.withGroup(Group group)
The description of the resource group.
|
ListGroupsResult |
ListGroupsResult.withGroups(Group... groups)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsResult.setGroups(Collection<Group> groups)
Deprecated.
|
ListGroupsResult |
ListGroupsResult.withGroups(Collection<Group> groups)
Deprecated.
|
Copyright © 2022. All rights reserved.