Uses of Class
software.amazon.awssdk.services.workmail.model.GroupIdentifier
-
Packages that use GroupIdentifier Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of GroupIdentifier in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type GroupIdentifier Modifier and Type Method Description List<GroupIdentifier>ListGroupsForEntityResponse. groups()The overview of groups in an organization.Methods in software.amazon.awssdk.services.workmail.model with parameters of type GroupIdentifier Modifier and Type Method Description ListGroupsForEntityResponse.BuilderListGroupsForEntityResponse.Builder. groups(GroupIdentifier... groups)The overview of groups in an organization.Method parameters in software.amazon.awssdk.services.workmail.model with type arguments of type GroupIdentifier Modifier and Type Method Description ListGroupsForEntityResponse.BuilderListGroupsForEntityResponse.Builder. groups(Collection<GroupIdentifier> groups)The overview of groups in an organization.
-