Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityDkimSigningAttributesRequest.Builder
Packages that use PutEmailIdentityDkimSigningAttributesRequest.Builder
Package
Description
-
Uses of PutEmailIdentityDkimSigningAttributesRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutEmailIdentityDkimSigningAttributesRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.putEmailIdentityDkimSigningAttributes(Consumer<PutEmailIdentityDkimSigningAttributesRequest.Builder> putEmailIdentityDkimSigningAttributesRequest) Used to configure or change the DKIM authentication settings for an email domain identity.SesV2Client.putEmailIdentityDkimSigningAttributes(Consumer<PutEmailIdentityDkimSigningAttributesRequest.Builder> putEmailIdentityDkimSigningAttributesRequest) Used to configure or change the DKIM authentication settings for an email domain identity. -
Uses of PutEmailIdentityDkimSigningAttributesRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutEmailIdentityDkimSigningAttributesRequest.BuilderModifier and TypeMethodDescriptionPutEmailIdentityDkimSigningAttributesRequest.builder()PutEmailIdentityDkimSigningAttributesRequest.Builder.emailIdentity(String emailIdentity) The email identity.PutEmailIdentityDkimSigningAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutEmailIdentityDkimSigningAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutEmailIdentityDkimSigningAttributesRequest.Builder.signingAttributes(Consumer<DkimSigningAttributes.Builder> signingAttributes) An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.PutEmailIdentityDkimSigningAttributesRequest.Builder.signingAttributes(DkimSigningAttributes signingAttributes) An object that contains information about the private key and selector that you want to use to configure DKIM for the identity for Bring Your Own DKIM (BYODKIM) for the identity, or, configures the key length to be used for Easy DKIM.PutEmailIdentityDkimSigningAttributesRequest.Builder.signingAttributesOrigin(String signingAttributesOrigin) The method to use to configure DKIM for the identity.PutEmailIdentityDkimSigningAttributesRequest.Builder.signingAttributesOrigin(DkimSigningAttributesOrigin signingAttributesOrigin) The method to use to configure DKIM for the identity.PutEmailIdentityDkimSigningAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutEmailIdentityDkimSigningAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutEmailIdentityDkimSigningAttributesRequest.Builder>PutEmailIdentityDkimSigningAttributesRequest.serializableBuilderClass()