Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityDkimSigningAttributesResponse
-
Packages that use PutEmailIdentityDkimSigningAttributesResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of PutEmailIdentityDkimSigningAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutEmailIdentityDkimSigningAttributesResponse Modifier and Type Method Description default PutEmailIdentityDkimSigningAttributesResponseSesV2Client. putEmailIdentityDkimSigningAttributes(Consumer<PutEmailIdentityDkimSigningAttributesRequest.Builder> 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.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutEmailIdentityDkimSigningAttributesResponse Modifier and Type Method Description default CompletableFuture<PutEmailIdentityDkimSigningAttributesResponse>SesV2AsyncClient. putEmailIdentityDkimSigningAttributes(Consumer<PutEmailIdentityDkimSigningAttributesRequest.Builder> putEmailIdentityDkimSigningAttributesRequest)Used to configure or change the DKIM authentication settings for an email domain identity.default CompletableFuture<PutEmailIdentityDkimSigningAttributesResponse>SesV2AsyncClient. putEmailIdentityDkimSigningAttributes(PutEmailIdentityDkimSigningAttributesRequest putEmailIdentityDkimSigningAttributesRequest)Used to configure or change the DKIM authentication settings for an email domain identity.
-