Uses of Class
software.amazon.awssdk.services.sesv2.model.DkimSigningAttributesOrigin
-
Packages that use DkimSigningAttributesOrigin Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of DkimSigningAttributesOrigin in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DkimSigningAttributesOrigin Modifier and Type Method Description DkimSigningAttributesOriginDkimSigningAttributes. domainSigningAttributesOrigin()The attribute to use for configuring DKIM for the identity depends on the operation:static DkimSigningAttributesOriginDkimSigningAttributesOrigin. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DkimSigningAttributesOriginDkimAttributes. signingAttributesOrigin()A string that indicates how DKIM was configured for the identity.DkimSigningAttributesOriginPutEmailIdentityDkimSigningAttributesRequest. signingAttributesOrigin()The method to use to configure DKIM for the identity.static DkimSigningAttributesOriginDkimSigningAttributesOrigin. valueOf(String name)Returns the enum constant of this type with the specified name.static DkimSigningAttributesOrigin[]DkimSigningAttributesOrigin. 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 DkimSigningAttributesOrigin Modifier and Type Method Description static Set<DkimSigningAttributesOrigin>DkimSigningAttributesOrigin. knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type DkimSigningAttributesOrigin Modifier and Type Method Description DkimSigningAttributes.BuilderDkimSigningAttributes.Builder. domainSigningAttributesOrigin(DkimSigningAttributesOrigin domainSigningAttributesOrigin)The attribute to use for configuring DKIM for the identity depends on the operation:DkimAttributes.BuilderDkimAttributes.Builder. signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin)A string that indicates how DKIM was configured for the identity.PutEmailIdentityDkimSigningAttributesRequest.BuilderPutEmailIdentityDkimSigningAttributesRequest.Builder. signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin)The method to use to configure DKIM for the identity.
-