Uses of Class
software.amazon.awssdk.services.ses.model.ListIdentitiesRequest
-
Packages that use ListIdentitiesRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.paginators software.amazon.awssdk.services.ses.transform -
-
Uses of ListIdentitiesRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type ListIdentitiesRequest Modifier and Type Method Description default CompletableFuture<ListIdentitiesResponse>SesAsyncClient. listIdentities(ListIdentitiesRequest listIdentitiesRequest)Returns a list containing all of the identities (email addresses and domains) for your Amazon Web Services account in the current Amazon Web Services Region, regardless of verification status.default ListIdentitiesResponseSesClient. listIdentities(ListIdentitiesRequest listIdentitiesRequest)Returns a list containing all of the identities (email addresses and domains) for your Amazon Web Services account in the current Amazon Web Services Region, regardless of verification status.default ListIdentitiesPublisherSesAsyncClient. listIdentitiesPaginator(ListIdentitiesRequest listIdentitiesRequest)This is a variant ofSesAsyncClient.listIdentities(software.amazon.awssdk.services.ses.model.ListIdentitiesRequest)operation.default ListIdentitiesIterableSesClient. listIdentitiesPaginator(ListIdentitiesRequest listIdentitiesRequest)This is a variant ofSesClient.listIdentities(software.amazon.awssdk.services.ses.model.ListIdentitiesRequest)operation. -
Uses of ListIdentitiesRequest in software.amazon.awssdk.services.ses.paginators
Constructors in software.amazon.awssdk.services.ses.paginators with parameters of type ListIdentitiesRequest Constructor Description ListIdentitiesIterable(SesClient client, ListIdentitiesRequest firstRequest)ListIdentitiesPublisher(SesAsyncClient client, ListIdentitiesRequest firstRequest) -
Uses of ListIdentitiesRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type ListIdentitiesRequest Modifier and Type Method Description SdkHttpFullRequestListIdentitiesRequestMarshaller. marshall(ListIdentitiesRequest listIdentitiesRequest)
-