| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
Participants |
Participants.clone() |
Participants |
Activity.getParticipants()
The list of users or groups impacted by this action.
|
Participants |
Participants.withGroups(Collection<GroupMetadata> groups)
The list of user groups.
|
Participants |
Participants.withGroups(GroupMetadata... groups)
The list of user groups.
|
Participants |
Participants.withUsers(Collection<UserMetadata> users)
The list of users.
|
Participants |
Participants.withUsers(UserMetadata... users)
The list of users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setParticipants(Participants participants)
The list of users or groups impacted by this action.
|
Activity |
Activity.withParticipants(Participants participants)
The list of users or groups impacted by this action.
|
Copyright © 2020. All rights reserved.