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