Uses of Class
software.amazon.awssdk.services.workdocs.model.UserMetadata
-
Packages that use UserMetadata Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of UserMetadata in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return UserMetadata Modifier and Type Method Description UserMetadataActivity. initiator()The user who performed the action.UserMetadataResourceMetadata. owner()The owner of the resource.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type UserMetadata Modifier and Type Method Description List<UserMetadata>Participants. users()The list of users.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type UserMetadata Modifier and Type Method Description Activity.BuilderActivity.Builder. initiator(UserMetadata initiator)The user who performed the action.ResourceMetadata.BuilderResourceMetadata.Builder. owner(UserMetadata owner)The owner of the resource.Participants.BuilderParticipants.Builder. users(UserMetadata... users)The list of users.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type UserMetadata Modifier and Type Method Description Participants.BuilderParticipants.Builder. users(Collection<UserMetadata> users)The list of users.
-