Uses of Interface
software.amazon.awssdk.services.workmail.model.GroupIdentifier.Builder
-
Packages that use GroupIdentifier.Builder Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of GroupIdentifier.Builder in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return GroupIdentifier.Builder Modifier and Type Method Description static GroupIdentifier.BuilderGroupIdentifier. builder()GroupIdentifier.BuilderGroupIdentifier.Builder. groupId(String groupId)Group ID that matched the group.GroupIdentifier.BuilderGroupIdentifier.Builder. groupName(String groupName)Group name that matched the group.GroupIdentifier.BuilderGroupIdentifier. toBuilder()Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type GroupIdentifier.Builder Modifier and Type Method Description static Class<? extends GroupIdentifier.Builder>GroupIdentifier. serializableBuilderClass()
-