| Package | Description |
|---|---|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.clone() |
Group |
Group.withDisplayName(String displayName)
Contains the group’s display name value.
|
Group |
Group.withGroupId(String groupId)
The identifier for a group in the identity store.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
ListGroupsResult.getGroups()
A list of
Group objects in the identity store. |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
ListGroupsResult.withGroups(Group... groups)
A list of
Group objects in the identity store. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsResult.setGroups(Collection<Group> groups)
A list of
Group objects in the identity store. |
ListGroupsResult |
ListGroupsResult.withGroups(Collection<Group> groups)
A list of
Group objects in the identity store. |
Copyright © 2022. All rights reserved.