Uses of Class
software.amazon.awssdk.services.ses.model.ListIdentitiesResponse
-
Packages that use ListIdentitiesResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.paginators -
-
Uses of ListIdentitiesResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return ListIdentitiesResponse Modifier and Type Method Description default ListIdentitiesResponseSesClient. listIdentities()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(Consumer<ListIdentitiesRequest.Builder> 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.Methods in software.amazon.awssdk.services.ses that return types with arguments of type ListIdentitiesResponse Modifier and Type Method Description default CompletableFuture<ListIdentitiesResponse>SesAsyncClient. listIdentities()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 CompletableFuture<ListIdentitiesResponse>SesAsyncClient. listIdentities(Consumer<ListIdentitiesRequest.Builder> 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 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. -
Uses of ListIdentitiesResponse in software.amazon.awssdk.services.ses.paginators
Methods in software.amazon.awssdk.services.ses.paginators that return types with arguments of type ListIdentitiesResponse Modifier and Type Method Description Iterator<ListIdentitiesResponse>ListIdentitiesIterable. iterator()Method parameters in software.amazon.awssdk.services.ses.paginators with type arguments of type ListIdentitiesResponse Modifier and Type Method Description voidListIdentitiesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIdentitiesResponse> subscriber)
-