Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityDkimSigningAttributesResponse
Packages that use PutEmailIdentityDkimSigningAttributesResponse
-
Uses of PutEmailIdentityDkimSigningAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutEmailIdentityDkimSigningAttributesResponseModifier and TypeMethodDescriptionSesV2Client.putEmailIdentityDkimSigningAttributes(Consumer<PutEmailIdentityDkimSigningAttributesRequest.Builder> putEmailIdentityDkimSigningAttributesRequest) Used to configure or change the DKIM authentication settings for an email domain identity.SesV2Client.putEmailIdentityDkimSigningAttributes(PutEmailIdentityDkimSigningAttributesRequest putEmailIdentityDkimSigningAttributesRequest) Used to configure or change the DKIM authentication settings for an email domain identity.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutEmailIdentityDkimSigningAttributesResponseModifier and TypeMethodDescriptionSesV2AsyncClient.putEmailIdentityDkimSigningAttributes(Consumer<PutEmailIdentityDkimSigningAttributesRequest.Builder> putEmailIdentityDkimSigningAttributesRequest) Used to configure or change the DKIM authentication settings for an email domain identity.SesV2AsyncClient.putEmailIdentityDkimSigningAttributes(PutEmailIdentityDkimSigningAttributesRequest putEmailIdentityDkimSigningAttributesRequest) Used to configure or change the DKIM authentication settings for an email domain identity.