Uses of Class
software.amazon.awssdk.services.sesv2.model.ListContactsResponse
Packages that use ListContactsResponse
Package
Description
-
Uses of ListContactsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListContactsResponseModifier and TypeMethodDescriptiondefault 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 ListContactsResponseModifier and TypeMethodDescriptiondefault 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 ListContactsResponseMethod parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListContactsResponseModifier and TypeMethodDescriptionvoidListContactsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListContactsResponse> subscriber)