Uses of Class
software.amazon.awssdk.services.workmail.model.ListAliasesResponse
-
Packages that use ListAliasesResponse 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 ListAliasesResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return ListAliasesResponse Modifier and Type Method Description default ListAliasesResponseWorkMailClient. listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)Creates a paginated call to list the aliases associated with a given entity.default ListAliasesResponseWorkMailClient. listAliases(ListAliasesRequest listAliasesRequest)Creates a paginated call to list the aliases associated with a given entity.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type ListAliasesResponse Modifier and Type Method 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. -
Uses of ListAliasesResponse in software.amazon.awssdk.services.workmail.paginators
Methods in software.amazon.awssdk.services.workmail.paginators that return types with arguments of type ListAliasesResponse Modifier and Type Method Description Iterator<ListAliasesResponse>ListAliasesIterable. iterator()Method parameters in software.amazon.awssdk.services.workmail.paginators with type arguments of type ListAliasesResponse Modifier and Type Method Description voidListAliasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAliasesResponse> subscriber)
-