| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupsResponse |
WorkMailClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Returns summaries of the organization's groups.
|
default ListGroupsResponse |
WorkMailClient.listGroups(ListGroupsRequest listGroupsRequest)
Returns summaries of the organization's groups.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGroupsResponse> |
ListGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.