Uses of Class
software.amazon.awssdk.services.sesv2.model.DkimSigningKeyLength
-
Packages that use DkimSigningKeyLength Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of DkimSigningKeyLength in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DkimSigningKeyLength Modifier and Type Method Description DkimSigningKeyLengthDkimAttributes. currentSigningKeyLength()[Easy DKIM] The key length of the DKIM key pair in use.static DkimSigningKeyLengthDkimSigningKeyLength. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DkimSigningKeyLengthDkimAttributes. nextSigningKeyLength()[Easy DKIM] The key length of the future DKIM key pair to be generated.DkimSigningKeyLengthDkimSigningAttributes. nextSigningKeyLength()[Easy DKIM] The key length of the future DKIM key pair to be generated.static DkimSigningKeyLengthDkimSigningKeyLength. 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.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DkimSigningKeyLength Modifier and Type Method Description static Set<DkimSigningKeyLength>DkimSigningKeyLength. knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type DkimSigningKeyLength Modifier and Type Method Description DkimAttributes.BuilderDkimAttributes.Builder. currentSigningKeyLength(DkimSigningKeyLength currentSigningKeyLength)[Easy DKIM] The key length of the DKIM key pair in use.DkimAttributes.BuilderDkimAttributes.Builder. nextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength)[Easy DKIM] The key length of the future DKIM key pair to be generated.DkimSigningAttributes.BuilderDkimSigningAttributes.Builder. nextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength)[Easy DKIM] The key length of the future DKIM key pair to be generated.
-