| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static DkimSigningAttributesOrigin |
DkimSigningAttributesOrigin.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DkimSigningAttributesOrigin |
DkimAttributes.signingAttributesOrigin()
A string that indicates how DKIM was configured for the identity.
|
DkimSigningAttributesOrigin |
PutEmailIdentityDkimSigningAttributesRequest.signingAttributesOrigin()
The method that you want to use to configure DKIM for the identity.
|
static DkimSigningAttributesOrigin |
DkimSigningAttributesOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DkimSigningAttributesOrigin[] |
DkimSigningAttributesOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DkimSigningAttributesOrigin> |
DkimSigningAttributesOrigin.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DkimAttributes.Builder |
DkimAttributes.Builder.signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin)
A string that indicates how DKIM was configured for the identity.
|
PutEmailIdentityDkimSigningAttributesRequest.Builder |
PutEmailIdentityDkimSigningAttributesRequest.Builder.signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin)
The method that you want to use to configure DKIM for the identity.
|
Copyright © 2020. All rights reserved.