Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityDkimSigningAttributesResponse.Builder
Packages that use PutEmailIdentityDkimSigningAttributesResponse.Builder
-
Uses of PutEmailIdentityDkimSigningAttributesResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutEmailIdentityDkimSigningAttributesResponse.BuilderModifier and TypeMethodDescriptionPutEmailIdentityDkimSigningAttributesResponse.builder()PutEmailIdentityDkimSigningAttributesResponse.Builder.dkimStatus(String dkimStatus) The DKIM authentication status of the identity.PutEmailIdentityDkimSigningAttributesResponse.Builder.dkimStatus(DkimStatus dkimStatus) The DKIM authentication status of the identity.PutEmailIdentityDkimSigningAttributesResponse.Builder.dkimTokens(String... dkimTokens) If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain.PutEmailIdentityDkimSigningAttributesResponse.Builder.dkimTokens(Collection<String> dkimTokens) If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain.PutEmailIdentityDkimSigningAttributesResponse.Builder.signingHostedZone(String signingHostedZone) The hosted zone where Amazon SES publishes the DKIM public key TXT records for this email identity.PutEmailIdentityDkimSigningAttributesResponse.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutEmailIdentityDkimSigningAttributesResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutEmailIdentityDkimSigningAttributesResponse.Builder>PutEmailIdentityDkimSigningAttributesResponse.serializableBuilderClass()