| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.builder() |
default GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.dkimAttributes(DkimAttributes dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.feedbackForwardingStatus(Boolean feedbackForwardingStatus)
The feedback forwarding configuration for the identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.identityType(IdentityType identityType)
The email identity type.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.identityType(String identityType)
The email identity type.
|
default GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.mailFromAttributes(Consumer<MailFromAttributes.Builder> mailFromAttributes)
An object that contains information about the Mail-From attributes for the email identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.mailFromAttributes(MailFromAttributes mailFromAttributes)
An object that contains information about the Mail-From attributes for the email identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.tags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the email identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.tags(Consumer<Tag.Builder>... tags)
An array of objects that define the tags (keys and values) that are associated with the email identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.tags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the email identity.
|
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.toBuilder() |
GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.verifiedForSendingStatus(Boolean verifiedForSendingStatus)
Specifies whether or not the identity is verified.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEmailIdentityResponse.Builder> |
GetEmailIdentityResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.