Uses of Enum
software.amazon.awssdk.services.sesv2.model.DkimStatus
Packages that use DkimStatus
-
Uses of DkimStatus in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DkimStatusModifier and TypeMethodDescriptionfinal DkimStatusPutEmailIdentityDkimSigningAttributesResponse.dkimStatus()The DKIM authentication status of the identity.static DkimStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DkimStatusDkimAttributes.status()Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain.static DkimStatusReturns the enum constant of this type with the specified name.static DkimStatus[]DkimStatus.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 DkimStatusMethods in software.amazon.awssdk.services.sesv2.model with parameters of type DkimStatusModifier and TypeMethodDescriptionPutEmailIdentityDkimSigningAttributesResponse.Builder.dkimStatus(DkimStatus dkimStatus) The DKIM authentication status of the identity.DkimAttributes.Builder.status(DkimStatus status) Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain.