Uses of Enum
software.amazon.awssdk.services.sesv2.model.DkimSigningKeyLength
Packages that use DkimSigningKeyLength
-
Uses of DkimSigningKeyLength in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DkimSigningKeyLengthModifier and TypeMethodDescriptionfinal DkimSigningKeyLengthDkimAttributes.currentSigningKeyLength()[Easy DKIM] The key length of the DKIM key pair in use.static DkimSigningKeyLengthUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DkimSigningKeyLengthDkimAttributes.nextSigningKeyLength()[Easy DKIM] The key length of the future DKIM key pair to be generated.final DkimSigningKeyLengthDkimSigningAttributes.nextSigningKeyLength()[Easy DKIM] The key length of the future DKIM key pair to be generated.static DkimSigningKeyLengthReturns 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 DkimSigningKeyLengthModifier and TypeMethodDescriptionstatic Set<DkimSigningKeyLength>DkimSigningKeyLength.knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type DkimSigningKeyLengthModifier and TypeMethodDescriptionDkimAttributes.Builder.currentSigningKeyLength(DkimSigningKeyLength currentSigningKeyLength) [Easy DKIM] The key length of the DKIM key pair in use.DkimAttributes.Builder.nextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength) [Easy DKIM] The key length of the future DKIM key pair to be generated.DkimSigningAttributes.Builder.nextSigningKeyLength(DkimSigningKeyLength nextSigningKeyLength) [Easy DKIM] The key length of the future DKIM key pair to be generated.