Uses of Interface
software.amazon.awssdk.services.ses.model.VerifyEmailIdentityRequest.Builder
Packages that use VerifyEmailIdentityRequest.Builder
Package
Description
-
Uses of VerifyEmailIdentityRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type VerifyEmailIdentityRequest.BuilderModifier and TypeMethodDescriptionSesAsyncClient.verifyEmailIdentity(Consumer<VerifyEmailIdentityRequest.Builder> verifyEmailIdentityRequest) Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it.default VerifyEmailIdentityResponseSesClient.verifyEmailIdentity(Consumer<VerifyEmailIdentityRequest.Builder> verifyEmailIdentityRequest) Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it. -
Uses of VerifyEmailIdentityRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return VerifyEmailIdentityRequest.BuilderModifier and TypeMethodDescriptionVerifyEmailIdentityRequest.builder()VerifyEmailIdentityRequest.Builder.emailAddress(String emailAddress) The email address to be verified.VerifyEmailIdentityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) VerifyEmailIdentityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) VerifyEmailIdentityRequest.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type VerifyEmailIdentityRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VerifyEmailIdentityRequest.Builder>VerifyEmailIdentityRequest.serializableBuilderClass()