Uses of Class
software.amazon.awssdk.services.pinpointemail.model.ListEmailIdentitiesResponse
-
Packages that use ListEmailIdentitiesResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.paginators -
-
Uses of ListEmailIdentitiesResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return ListEmailIdentitiesResponse Modifier and Type Method Description default ListEmailIdentitiesResponsePinpointEmailClient. listEmailIdentities(Consumer<ListEmailIdentitiesRequest.Builder> listEmailIdentitiesRequest)Returns a list of all of the email identities that are associated with your Amazon Pinpoint account.default ListEmailIdentitiesResponsePinpointEmailClient. listEmailIdentities(ListEmailIdentitiesRequest listEmailIdentitiesRequest)Returns a list of all of the email identities that are associated with your Amazon Pinpoint account.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type ListEmailIdentitiesResponse Modifier and Type Method Description default CompletableFuture<ListEmailIdentitiesResponse>PinpointEmailAsyncClient. listEmailIdentities(Consumer<ListEmailIdentitiesRequest.Builder> listEmailIdentitiesRequest)Returns a list of all of the email identities that are associated with your Amazon Pinpoint account.default CompletableFuture<ListEmailIdentitiesResponse>PinpointEmailAsyncClient. listEmailIdentities(ListEmailIdentitiesRequest listEmailIdentitiesRequest)Returns a list of all of the email identities that are associated with your Amazon Pinpoint account. -
Uses of ListEmailIdentitiesResponse in software.amazon.awssdk.services.pinpointemail.paginators
Methods in software.amazon.awssdk.services.pinpointemail.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.pinpointemail.paginators with type arguments of type ListEmailIdentitiesResponse Modifier and Type Method Description voidListEmailIdentitiesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEmailIdentitiesResponse> subscriber)
-