| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
GroupIdentifier |
GroupIdentifier.clone() |
GroupIdentifier |
GroupIdentifier.withGroupArn(String groupArn)
The ARN of the resource group.
|
GroupIdentifier |
GroupIdentifier.withGroupName(String groupName)
The name of the resource group.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupIdentifier> |
ListGroupsResult.getGroupIdentifiers()
A list of GroupIdentifier objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
ListGroupsResult.withGroupIdentifiers(GroupIdentifier... groupIdentifiers)
A list of GroupIdentifier objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsResult.setGroupIdentifiers(Collection<GroupIdentifier> groupIdentifiers)
A list of GroupIdentifier objects.
|
ListGroupsResult |
ListGroupsResult.withGroupIdentifiers(Collection<GroupIdentifier> groupIdentifiers)
A list of GroupIdentifier objects.
|
Copyright © 2021. All rights reserved.