| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.clone() |
Group |
Group.withDisabledDate(Date disabledDate)
The date indicating when the group was disabled from Amazon WorkMail use.
|
Group |
Group.withEmail(String email)
The email of the group.
|
Group |
Group.withEnabledDate(Date enabledDate)
The date indicating when the group was enabled for Amazon WorkMail use.
|
Group |
Group.withId(String id)
The identifier of the group.
|
Group |
Group.withName(String name)
The name of the group.
|
Group |
Group.withState(EntityState state)
The state of the group, which can be ENABLED, DISABLED, or DELETED.
|
Group |
Group.withState(String state)
The state of the group, which can be ENABLED, DISABLED, or DELETED.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
ListGroupsResult.getGroups()
The overview of groups for an organization.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
ListGroupsResult.withGroups(Group... groups)
The overview of groups for an organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsResult.setGroups(Collection<Group> groups)
The overview of groups for an organization.
|
ListGroupsResult |
ListGroupsResult.withGroups(Collection<Group> groups)
The overview of groups for an organization.
|
Copyright © 2019. All rights reserved.