Uses of Class
software.amazon.awssdk.services.workmail.model.ListGroupsResponse
-
Packages that use ListGroupsResponse 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 -
-
Uses of ListGroupsResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return ListGroupsResponse Modifier and Type Method Description default ListGroupsResponseWorkMailClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Returns summaries of the organization's groups.default ListGroupsResponseWorkMailClient. listGroups(ListGroupsRequest listGroupsRequest)Returns summaries of the organization's groups.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type ListGroupsResponse Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>WorkMailAsyncClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Returns summaries of the organization's groups.default CompletableFuture<ListGroupsResponse>WorkMailAsyncClient. listGroups(ListGroupsRequest listGroupsRequest)Returns summaries of the organization's groups. -
Uses of ListGroupsResponse in software.amazon.awssdk.services.workmail.paginators
Methods in software.amazon.awssdk.services.workmail.paginators that return types with arguments of type ListGroupsResponse Modifier and Type Method Description Iterator<ListGroupsResponse>ListGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.workmail.paginators with type arguments of type ListGroupsResponse Modifier and Type Method Description voidListGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber)
-