| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail |
|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateEmailIdentityResponse |
PinpointEmailClient.createEmailIdentity(Consumer<CreateEmailIdentityRequest.Builder> createEmailIdentityRequest)
Verifies an email identity for use with Amazon Pinpoint.
|
default CompletableFuture<CreateEmailIdentityResponse> |
PinpointEmailAsyncClient.createEmailIdentity(Consumer<CreateEmailIdentityRequest.Builder> createEmailIdentityRequest)
Verifies an email identity for use with Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateEmailIdentityRequest.Builder |
CreateEmailIdentityRequest.builder() |
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 © 2022. All rights reserved.