| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.builder() |
default CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.Builder.dkimAttributes(Consumer<DkimAttributes.Builder> dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.Builder.dkimAttributes(DkimAttributes dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.Builder.identityType(IdentityType identityType)
The email identity type.
|
CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.Builder.identityType(String identityType)
The email identity type.
|
CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.toBuilder() |
CreateEmailIdentityResponse.Builder |
CreateEmailIdentityResponse.Builder.verifiedForSendingStatus(Boolean verifiedForSendingStatus)
Specifies whether or not the identity is verified.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEmailIdentityResponse.Builder> |
CreateEmailIdentityResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.