| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
DkimSigningKeyLength |
DkimAttributes.currentSigningKeyLength()
[Easy DKIM] The key length of the DKIM key pair in use.
|
static DkimSigningKeyLength |
DkimSigningKeyLength.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DkimSigningKeyLength |
DkimSigningAttributes.nextSigningKeyLength()
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
DkimSigningKeyLength |
DkimAttributes.nextSigningKeyLength()
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
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 |
|---|---|
static Set<DkimSigningKeyLength> |
DkimSigningKeyLength.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DkimAttributes.Builder |
DkimAttributes.Builder.currentSigningKeyLength(DkimSigningKeyLength currentSigningKeyLength)
[Easy DKIM] The key length of the DKIM key pair in use.
|
DkimSigningAttributes.Builder |
DkimSigningAttributes.Builder.nextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength)
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
DkimAttributes.Builder |
DkimAttributes.Builder.nextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength)
[Easy DKIM] The key length of the future DKIM key pair to be generated.
|
Copyright © 2022. All rights reserved.