| 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() |
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, as opposed to the default method, 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, as opposed to the default method, Easy DKIM.
|
CreateEmailIdentityRequest.Builder |
CreateEmailIdentityRequest.Builder.emailIdentity(String emailIdentity)
The email address or domain that you want 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) that you want 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) that you want to associate with the email
identity.
|
CreateEmailIdentityRequest.Builder |
CreateEmailIdentityRequest.Builder.tags(Tag... tags)
An array of objects that define the tags (keys and values) that you want to associate with the email
identity.
|
CreateEmailIdentityRequest.Builder |
CreateEmailIdentityRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEmailIdentityRequest.Builder> |
CreateEmailIdentityRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.