Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityDkimSigningAttributesRequest
-
Packages that use PutEmailIdentityDkimSigningAttributesRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of PutEmailIdentityDkimSigningAttributesRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type PutEmailIdentityDkimSigningAttributesRequest Modifier and Type Method Description default CompletableFuture<PutEmailIdentityDkimSigningAttributesResponse>SesV2AsyncClient. putEmailIdentityDkimSigningAttributes(PutEmailIdentityDkimSigningAttributesRequest putEmailIdentityDkimSigningAttributesRequest)Used to configure or change the DKIM authentication settings for an email domain identity.default PutEmailIdentityDkimSigningAttributesResponseSesV2Client. putEmailIdentityDkimSigningAttributes(PutEmailIdentityDkimSigningAttributesRequest putEmailIdentityDkimSigningAttributesRequest)Used to configure or change the DKIM authentication settings for an email domain identity. -
Uses of PutEmailIdentityDkimSigningAttributesRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type PutEmailIdentityDkimSigningAttributesRequest Modifier and Type Method Description SdkHttpFullRequestPutEmailIdentityDkimSigningAttributesRequestMarshaller. marshall(PutEmailIdentityDkimSigningAttributesRequest putEmailIdentityDkimSigningAttributesRequest)
-