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