| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
Activity |
Activity.clone() |
Activity |
Activity.withCommentMetadata(CommentMetadata commentMetadata)
Metadata of the commenting activity.
|
Activity |
Activity.withInitiator(UserMetadata initiator)
The user who performed the action.
|
Activity |
Activity.withIsIndirectActivity(Boolean isIndirectActivity)
Indicates whether an activity is indirect or direct.
|
Activity |
Activity.withOrganizationId(String organizationId)
The ID of the organization.
|
Activity |
Activity.withOriginalParent(ResourceMetadata originalParent)
The original parent of the resource.
|
Activity |
Activity.withParticipants(Participants participants)
The list of users or groups impacted by this action.
|
Activity |
Activity.withResourceMetadata(ResourceMetadata resourceMetadata)
The metadata of the resource involved in the user action.
|
Activity |
Activity.withTimeStamp(Date timeStamp)
The timestamp when the action was performed.
|
Activity |
Activity.withType(ActivityType type)
The activity type.
|
Activity |
Activity.withType(String type)
The activity type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Activity> |
DescribeActivitiesResult.getUserActivities()
The list of activities for the specified user and time period.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeActivitiesResult |
DescribeActivitiesResult.withUserActivities(Activity... userActivities)
The list of activities for the specified user and time period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeActivitiesResult.setUserActivities(Collection<Activity> userActivities)
The list of activities for the specified user and time period.
|
DescribeActivitiesResult |
DescribeActivitiesResult.withUserActivities(Collection<Activity> userActivities)
The list of activities for the specified user and time period.
|
Copyright © 2020. All rights reserved.