Uses of Interface
software.amazon.awssdk.services.sesv2.model.CreateEmailIdentityRequest.Builder
Packages that use CreateEmailIdentityRequest.Builder
Package
Description
-
Uses of CreateEmailIdentityRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type CreateEmailIdentityRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.createEmailIdentity(Consumer<CreateEmailIdentityRequest.Builder> createEmailIdentityRequest) Starts the process of verifying an email identity.default CreateEmailIdentityResponseSesV2Client.createEmailIdentity(Consumer<CreateEmailIdentityRequest.Builder> createEmailIdentityRequest) Starts the process of verifying an email identity. -
Uses of CreateEmailIdentityRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return CreateEmailIdentityRequest.BuilderModifier and TypeMethodDescriptionCreateEmailIdentityRequest.builder()CreateEmailIdentityRequest.Builder.configurationSetName(String configurationSetName) The configuration set to use by default when sending from this identity.CreateEmailIdentityRequest.Builder.dkimSigningAttributes(Consumer<DkimSigningAttributes.Builder> dkimSigningAttributes) If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM.CreateEmailIdentityRequest.Builder.dkimSigningAttributes(DkimSigningAttributes dkimSigningAttributes) If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM.CreateEmailIdentityRequest.Builder.emailIdentity(String emailIdentity) The email address or domain to verify.CreateEmailIdentityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateEmailIdentityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateEmailIdentityRequest.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) to associate with the email identity.CreateEmailIdentityRequest.Builder.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) to associate with the email identity.An array of objects that define the tags (keys and values) to associate with the email identity.CreateEmailIdentityRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type CreateEmailIdentityRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateEmailIdentityRequest.Builder>CreateEmailIdentityRequest.serializableBuilderClass()