Uses of Class
software.amazon.awssdk.services.ses.model.ListIdentitiesResponse
Packages that use ListIdentitiesResponse
Package
Description
-
Uses of ListIdentitiesResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return ListIdentitiesResponseModifier and TypeMethodDescriptiondefault 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 ListIdentitiesResponseModifier and TypeMethodDescriptiondefault 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 ListIdentitiesResponseMethod parameters in software.amazon.awssdk.services.ses.paginators with type arguments of type ListIdentitiesResponseModifier and TypeMethodDescriptionvoidListIdentitiesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListIdentitiesResponse> subscriber)