| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateEmailIdentityResponse> |
SesV2AsyncClient.createEmailIdentity(Consumer<CreateEmailIdentityRequest.Builder> createEmailIdentityRequest)
Starts the process of verifying an email identity.
|
default CreateEmailIdentityResponse |
SesV2Client.createEmailIdentity(Consumer<CreateEmailIdentityRequest.Builder> createEmailIdentityRequest)
Starts the process of verifying an email identity.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateEmailIdentityRequest.Builder |
CreateEmailIdentityRequest.builder() |
CreateEmailIdentityRequest.Builder |
CreateEmailIdentityRequest.Builder.configurationSetName(String configurationSetName)
The configuration set to use by default when sending from this identity.
|
default CreateEmailIdentityRequest.Builder |
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 |
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 |
CreateEmailIdentityRequest.Builder.emailIdentity(String emailIdentity)
The email address or domain to verify.
|
CreateEmailIdentityRequest.Builder |
CreateEmailIdentityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEmailIdentityRequest.Builder |
CreateEmailIdentityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEmailIdentityRequest.Builder |
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 |
CreateEmailIdentityRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An array of objects that define the tags (keys and values) to associate with the email identity.
|
CreateEmailIdentityRequest.Builder |
CreateEmailIdentityRequest.Builder.tags(Tag... tags)
An array of objects that define the tags (keys and values) to associate with the email identity.
|
CreateEmailIdentityRequest.Builder |
CreateEmailIdentityRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEmailIdentityRequest.Builder> |
CreateEmailIdentityRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.