Uses of Interface
software.amazon.awssdk.services.workmail.model.ListGroupsForEntityResponse.Builder
-
Packages that use ListGroupsForEntityResponse.Builder Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of ListGroupsForEntityResponse.Builder in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return ListGroupsForEntityResponse.Builder Modifier and Type Method Description static ListGroupsForEntityResponse.BuilderListGroupsForEntityResponse. builder()ListGroupsForEntityResponse.BuilderListGroupsForEntityResponse.Builder. groups(Collection<GroupIdentifier> groups)The overview of groups in an organization.ListGroupsForEntityResponse.BuilderListGroupsForEntityResponse.Builder. groups(Consumer<GroupIdentifier.Builder>... groups)The overview of groups in an organization.ListGroupsForEntityResponse.BuilderListGroupsForEntityResponse.Builder. groups(GroupIdentifier... groups)The overview of groups in an organization.ListGroupsForEntityResponse.BuilderListGroupsForEntityResponse.Builder. nextToken(String nextToken)The token to use to retrieve the next page of results.ListGroupsForEntityResponse.BuilderListGroupsForEntityResponse. toBuilder()Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type ListGroupsForEntityResponse.Builder Modifier and Type Method Description static Class<? extends ListGroupsForEntityResponse.Builder>ListGroupsForEntityResponse. serializableBuilderClass()
-