| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail |
Amazon 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 ListOrganizationsResponse |
WorkMailClient.listOrganizations()
Returns summaries of the customer's organizations.
|
default ListOrganizationsResponse |
WorkMailClient.listOrganizations(Consumer<ListOrganizationsRequest.Builder> listOrganizationsRequest)
Returns summaries of the customer's organizations.
|
default ListOrganizationsResponse |
WorkMailClient.listOrganizations(ListOrganizationsRequest listOrganizationsRequest)
Returns summaries of the customer's organizations.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListOrganizationsResponse> |
WorkMailAsyncClient.listOrganizations()
Returns summaries of the customer's organizations.
|
default CompletableFuture<ListOrganizationsResponse> |
WorkMailAsyncClient.listOrganizations(Consumer<ListOrganizationsRequest.Builder> listOrganizationsRequest)
Returns summaries of the customer's organizations.
|
default CompletableFuture<ListOrganizationsResponse> |
WorkMailAsyncClient.listOrganizations(ListOrganizationsRequest listOrganizationsRequest)
Returns summaries of the customer's organizations.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListOrganizationsResponse> |
ListOrganizationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListOrganizationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListOrganizationsResponse> subscriber) |
Copyright © 2022. All rights reserved.