Uses of Class
software.amazon.awssdk.services.sesv2.model.ListContactsResponse
-
Packages that use ListContactsResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators -
-
Uses of ListContactsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListContactsResponse Modifier and Type Method Description default ListContactsResponseSesV2Client. listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest)Lists the contacts present in a specific contact list.default ListContactsResponseSesV2Client. listContacts(ListContactsRequest listContactsRequest)Lists the contacts present in a specific contact list.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListContactsResponse Modifier and Type Method Description default CompletableFuture<ListContactsResponse>SesV2AsyncClient. listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest)Lists the contacts present in a specific contact list.default CompletableFuture<ListContactsResponse>SesV2AsyncClient. listContacts(ListContactsRequest listContactsRequest)Lists the contacts present in a specific contact list. -
Uses of ListContactsResponse in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type ListContactsResponse Modifier and Type Method Description Iterator<ListContactsResponse>ListContactsIterable. iterator()Method parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListContactsResponse Modifier and Type Method Description voidListContactsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListContactsResponse> subscriber)
-