Uses of Class
software.amazon.awssdk.services.mailmanager.model.ListAddressListsResponse
-
Packages that use ListAddressListsResponse Package Description software.amazon.awssdk.services.mailmanager Amazon SES Mail Manager API software.amazon.awssdk.services.mailmanager.paginators -
-
Uses of ListAddressListsResponse in software.amazon.awssdk.services.mailmanager
Methods in software.amazon.awssdk.services.mailmanager that return ListAddressListsResponse Modifier and Type Method Description default ListAddressListsResponseMailManagerClient. listAddressLists(Consumer<ListAddressListsRequest.Builder> listAddressListsRequest)Lists address lists for this account.default ListAddressListsResponseMailManagerClient. listAddressLists(ListAddressListsRequest listAddressListsRequest)Lists address lists for this account.Methods in software.amazon.awssdk.services.mailmanager that return types with arguments of type ListAddressListsResponse Modifier and Type Method Description default CompletableFuture<ListAddressListsResponse>MailManagerAsyncClient. listAddressLists(Consumer<ListAddressListsRequest.Builder> listAddressListsRequest)Lists address lists for this account.default CompletableFuture<ListAddressListsResponse>MailManagerAsyncClient. listAddressLists(ListAddressListsRequest listAddressListsRequest)Lists address lists for this account. -
Uses of ListAddressListsResponse in software.amazon.awssdk.services.mailmanager.paginators
Methods in software.amazon.awssdk.services.mailmanager.paginators that return types with arguments of type ListAddressListsResponse Modifier and Type Method Description Iterator<ListAddressListsResponse>ListAddressListsIterable. iterator()Method parameters in software.amazon.awssdk.services.mailmanager.paginators with type arguments of type ListAddressListsResponse Modifier and Type Method Description voidListAddressListsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAddressListsResponse> subscriber)
-