| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
static DkimSigningKeyLength |
DkimSigningKeyLength.fromValue(String value)
Use this in place of valueOf.
|
static DkimSigningKeyLength |
DkimSigningKeyLength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DkimSigningKeyLength[] |
DkimSigningKeyLength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DkimAttributes |
DkimAttributes.withCurrentSigningKeyLength(DkimSigningKeyLength currentSigningKeyLength)
[Easy DKIM] The key length of the DKIM key pair in use.
|
DkimAttributes |
DkimAttributes.withNextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength)
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
DkimSigningAttributes |
DkimSigningAttributes.withNextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength)
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
Copyright © 2023. All rights reserved.