Uses of Interface
software.amazon.awssdk.services.workdocs.model.Participants.Builder
-
Packages that use Participants.Builder Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of Participants.Builder in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return Participants.Builder Modifier and Type Method Description static Participants.BuilderParticipants. builder()Participants.BuilderParticipants.Builder. groups(Collection<GroupMetadata> groups)The list of user groups.Participants.BuilderParticipants.Builder. groups(Consumer<GroupMetadata.Builder>... groups)The list of user groups.Participants.BuilderParticipants.Builder. groups(GroupMetadata... groups)The list of user groups.Participants.BuilderParticipants. toBuilder()Participants.BuilderParticipants.Builder. users(Collection<UserMetadata> users)The list of users.Participants.BuilderParticipants.Builder. users(Consumer<UserMetadata.Builder>... users)The list of users.Participants.BuilderParticipants.Builder. users(UserMetadata... users)The list of users.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type Participants.Builder Modifier and Type Method Description static Class<? extends Participants.Builder>Participants. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type Participants.Builder Modifier and Type Method Description default Activity.BuilderActivity.Builder. participants(Consumer<Participants.Builder> participants)The list of users or groups impacted by this action.
-