Uses of Enum
software.amazon.awssdk.services.sesv2.model.DkimSigningAttributesOrigin
Packages that use DkimSigningAttributesOrigin
-
Uses of DkimSigningAttributesOrigin in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DkimSigningAttributesOriginModifier and TypeMethodDescriptionDkimSigningAttributes.domainSigningAttributesOrigin()The attribute to use for configuring DKIM for the identity depends on the operation:static DkimSigningAttributesOriginUse this in place of valueOf to convert the raw string returned by the service into the enum value.DkimAttributes.signingAttributesOrigin()A string that indicates how DKIM was configured for the identity.PutEmailIdentityDkimSigningAttributesRequest.signingAttributesOrigin()The method to use to configure DKIM for the identity.static DkimSigningAttributesOriginReturns 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 DkimSigningAttributesOriginModifier and TypeMethodDescriptionstatic Set<DkimSigningAttributesOrigin>DkimSigningAttributesOrigin.knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type DkimSigningAttributesOriginModifier and TypeMethodDescriptionDkimSigningAttributes.Builder.domainSigningAttributesOrigin(DkimSigningAttributesOrigin domainSigningAttributesOrigin) The attribute to use for configuring DKIM for the identity depends on the operation:DkimAttributes.Builder.signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin) A string that indicates how DKIM was configured for the identity.PutEmailIdentityDkimSigningAttributesRequest.Builder.signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin) The method to use to configure DKIM for the identity.