Uses of Interface
software.amazon.awssdk.services.workmail.model.Group.Builder
-
Packages that use Group.Builder Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of Group.Builder in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return Group.Builder Modifier and Type Method Description static Group.BuilderGroup. builder()Group.BuilderGroup.Builder. disabledDate(Instant disabledDate)The date indicating when the group was disabled from WorkMail use.Group.BuilderGroup.Builder. email(String email)The email of the group.Group.BuilderGroup.Builder. enabledDate(Instant enabledDate)The date indicating when the group was enabled for WorkMail use.Group.BuilderGroup.Builder. id(String id)The identifier of the group.Group.BuilderGroup.Builder. name(String name)The name of the group.Group.BuilderGroup.Builder. state(String state)The state of the group, which can be ENABLED, DISABLED, or DELETED.Group.BuilderGroup.Builder. state(EntityState state)The state of the group, which can be ENABLED, DISABLED, or DELETED.Group.BuilderGroup. toBuilder()Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type Group.Builder Modifier and Type Method Description static Class<? extends Group.Builder>Group. serializableBuilderClass()
-