Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityDkimAttributesRequest
-
Packages that use PutEmailIdentityDkimAttributesRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of PutEmailIdentityDkimAttributesRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type PutEmailIdentityDkimAttributesRequest Modifier and Type Method Description default CompletableFuture<PutEmailIdentityDkimAttributesResponse>SesV2AsyncClient. putEmailIdentityDkimAttributes(PutEmailIdentityDkimAttributesRequest putEmailIdentityDkimAttributesRequest)Used to enable or disable DKIM authentication for an email identity.default PutEmailIdentityDkimAttributesResponseSesV2Client. putEmailIdentityDkimAttributes(PutEmailIdentityDkimAttributesRequest putEmailIdentityDkimAttributesRequest)Used to enable or disable DKIM authentication for an email identity. -
Uses of PutEmailIdentityDkimAttributesRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type PutEmailIdentityDkimAttributesRequest Modifier and Type Method Description SdkHttpFullRequestPutEmailIdentityDkimAttributesRequestMarshaller. marshall(PutEmailIdentityDkimAttributesRequest putEmailIdentityDkimAttributesRequest)
-