Uses of Class
software.amazon.awssdk.services.sesv2.model.DkimStatus
-
Packages that use DkimStatus Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of DkimStatus in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DkimStatus Modifier and Type Method Description DkimStatusPutEmailIdentityDkimSigningAttributesResponse. dkimStatus()The DKIM authentication status of the identity.static DkimStatusDkimStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DkimStatusDkimAttributes. status()Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain.static DkimStatusDkimStatus. valueOf(String name)Returns 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 DkimStatus Modifier and Type Method Description static Set<DkimStatus>DkimStatus. knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type DkimStatus Modifier and Type Method Description PutEmailIdentityDkimSigningAttributesResponse.BuilderPutEmailIdentityDkimSigningAttributesResponse.Builder. dkimStatus(DkimStatus dkimStatus)The DKIM authentication status of the identity.DkimAttributes.BuilderDkimAttributes.Builder. status(DkimStatus status)Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain.
-