Uses of Class
software.amazon.awssdk.services.workmail.model.ListGroupsRequest
-
Packages that use ListGroupsRequest Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients.software.amazon.awssdk.services.workmail.paginators software.amazon.awssdk.services.workmail.transform -
-
Uses of ListGroupsRequest in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail with parameters of type ListGroupsRequest Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>WorkMailAsyncClient. listGroups(ListGroupsRequest listGroupsRequest)Returns summaries of the organization's groups.default ListGroupsResponseWorkMailClient. listGroups(ListGroupsRequest listGroupsRequest)Returns summaries of the organization's groups.default ListGroupsPublisherWorkMailAsyncClient. listGroupsPaginator(ListGroupsRequest listGroupsRequest)Returns summaries of the organization's groups.default ListGroupsIterableWorkMailClient. listGroupsPaginator(ListGroupsRequest listGroupsRequest)Returns summaries of the organization's groups. -
Uses of ListGroupsRequest in software.amazon.awssdk.services.workmail.paginators
Constructors in software.amazon.awssdk.services.workmail.paginators with parameters of type ListGroupsRequest Constructor Description ListGroupsIterable(WorkMailClient client, ListGroupsRequest firstRequest)ListGroupsPublisher(WorkMailAsyncClient client, ListGroupsRequest firstRequest) -
Uses of ListGroupsRequest in software.amazon.awssdk.services.workmail.transform
Methods in software.amazon.awssdk.services.workmail.transform with parameters of type ListGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListGroupsRequestMarshaller. marshall(ListGroupsRequest listGroupsRequest)
-