Uses of Class
software.amazon.awssdk.services.sesv2.model.ListEmailIdentitiesResponse
-
Packages that use ListEmailIdentitiesResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators -
-
Uses of ListEmailIdentitiesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListEmailIdentitiesResponse Modifier and Type Method Description default ListEmailIdentitiesResponseSesV2Client. listEmailIdentities(Consumer<ListEmailIdentitiesRequest.Builder> listEmailIdentitiesRequest)Returns a list of all of the email identities that are associated with your Amazon Web Services account.default ListEmailIdentitiesResponseSesV2Client. listEmailIdentities(ListEmailIdentitiesRequest listEmailIdentitiesRequest)Returns a list of all of the email identities that are associated with your Amazon Web Services account.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListEmailIdentitiesResponse Modifier and Type Method Description default CompletableFuture<ListEmailIdentitiesResponse>SesV2AsyncClient. listEmailIdentities(Consumer<ListEmailIdentitiesRequest.Builder> listEmailIdentitiesRequest)Returns a list of all of the email identities that are associated with your Amazon Web Services account.default CompletableFuture<ListEmailIdentitiesResponse>SesV2AsyncClient. listEmailIdentities(ListEmailIdentitiesRequest listEmailIdentitiesRequest)Returns a list of all of the email identities that are associated with your Amazon Web Services account. -
Uses of ListEmailIdentitiesResponse in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type ListEmailIdentitiesResponse Modifier and Type Method Description Iterator<ListEmailIdentitiesResponse>ListEmailIdentitiesIterable. iterator()Method parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListEmailIdentitiesResponse Modifier and Type Method Description voidListEmailIdentitiesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEmailIdentitiesResponse> subscriber)
-