| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
UserMetadata |
Activity.initiator()
The user who performed the action.
|
UserMetadata |
ResourceMetadata.owner()
The owner of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserMetadata> |
Participants.users()
The list of users.
|
| Modifier and Type | Method and Description |
|---|---|
Activity.Builder |
Activity.Builder.initiator(UserMetadata initiator)
The user who performed the action.
|
ResourceMetadata.Builder |
ResourceMetadata.Builder.owner(UserMetadata owner)
The owner of the resource.
|
Participants.Builder |
Participants.Builder.users(UserMetadata... users)
The list of users.
|
| Modifier and Type | Method and Description |
|---|---|
Participants.Builder |
Participants.Builder.users(Collection<UserMetadata> users)
The list of users.
|
Copyright © 2023. All rights reserved.