| 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 ListAliasesResponse |
WorkMailClient.listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Creates a paginated call to list the aliases associated with a given entity.
|
default ListAliasesResponse |
WorkMailClient.listAliases(ListAliasesRequest listAliasesRequest)
Creates a paginated call to list the aliases associated with a given entity.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAliasesResponse> |
WorkMailAsyncClient.listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Creates a paginated call to list the aliases associated with a given entity.
|
default CompletableFuture<ListAliasesResponse> |
WorkMailAsyncClient.listAliases(ListAliasesRequest listAliasesRequest)
Creates a paginated call to list the aliases associated with a given entity.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAliasesResponse> |
ListAliasesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAliasesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAliasesResponse> subscriber) |
Copyright © 2022. All rights reserved.