Uses of Class
software.amazon.awssdk.services.sesv2.model.ListEmailIdentitiesRequest
-
Packages that use ListEmailIdentitiesRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators software.amazon.awssdk.services.sesv2.transform -
-
Uses of ListEmailIdentitiesRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type ListEmailIdentitiesRequest Modifier and Type Method Description 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.default ListEmailIdentitiesResponseSesV2Client. listEmailIdentities(ListEmailIdentitiesRequest listEmailIdentitiesRequest)Returns a list of all of the email identities that are associated with your Amazon Web Services account.default ListEmailIdentitiesPublisherSesV2AsyncClient. listEmailIdentitiesPaginator(ListEmailIdentitiesRequest listEmailIdentitiesRequest)Returns a list of all of the email identities that are associated with your Amazon Web Services account.default ListEmailIdentitiesIterableSesV2Client. listEmailIdentitiesPaginator(ListEmailIdentitiesRequest listEmailIdentitiesRequest)Returns a list of all of the email identities that are associated with your Amazon Web Services account. -
Uses of ListEmailIdentitiesRequest in software.amazon.awssdk.services.sesv2.paginators
Constructors in software.amazon.awssdk.services.sesv2.paginators with parameters of type ListEmailIdentitiesRequest Constructor Description ListEmailIdentitiesIterable(SesV2Client client, ListEmailIdentitiesRequest firstRequest)ListEmailIdentitiesPublisher(SesV2AsyncClient client, ListEmailIdentitiesRequest firstRequest) -
Uses of ListEmailIdentitiesRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type ListEmailIdentitiesRequest Modifier and Type Method Description SdkHttpFullRequestListEmailIdentitiesRequestMarshaller. marshall(ListEmailIdentitiesRequest listEmailIdentitiesRequest)
-