Uses of Class
software.amazon.awssdk.services.sesv2.model.ListContactListsResponse
-
Packages that use ListContactListsResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators -
-
Uses of ListContactListsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListContactListsResponse Modifier and Type Method Description default ListContactListsResponseSesV2Client. listContactLists(Consumer<ListContactListsRequest.Builder> listContactListsRequest)Lists all of the contact lists available.default ListContactListsResponseSesV2Client. listContactLists(ListContactListsRequest listContactListsRequest)Lists all of the contact lists available.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListContactListsResponse Modifier and Type Method Description default CompletableFuture<ListContactListsResponse>SesV2AsyncClient. listContactLists(Consumer<ListContactListsRequest.Builder> listContactListsRequest)Lists all of the contact lists available.default CompletableFuture<ListContactListsResponse>SesV2AsyncClient. listContactLists(ListContactListsRequest listContactListsRequest)Lists all of the contact lists available. -
Uses of ListContactListsResponse in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type ListContactListsResponse Modifier and Type Method Description Iterator<ListContactListsResponse>ListContactListsIterable. iterator()Method parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListContactListsResponse Modifier and Type Method Description voidListContactListsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListContactListsResponse> subscriber)
-