Package | Description |
---|---|
com.amazonaws.services.identitystore.model |
Modifier and Type | Method and Description |
---|---|
Group |
Group.clone() |
Group |
Group.withDescription(String description)
A string containing a description of the specified group.
|
Group |
Group.withDisplayName(String displayName)
The display name value for the group.
|
Group |
Group.withExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
Group |
Group.withExternalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
Group |
Group.withGroupId(String groupId)
The identifier for a group in the identity store.
|
Group |
Group.withIdentityStoreId(String identityStoreId)
The globally unique identifier for 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 © 2023. All rights reserved.