Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityDkimAttributesResponse
-
Packages that use PutEmailIdentityDkimAttributesResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of PutEmailIdentityDkimAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutEmailIdentityDkimAttributesResponse Modifier and Type Method Description default PutEmailIdentityDkimAttributesResponseSesV2Client. putEmailIdentityDkimAttributes(Consumer<PutEmailIdentityDkimAttributesRequest.Builder> 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.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutEmailIdentityDkimAttributesResponse Modifier and Type Method Description default CompletableFuture<PutEmailIdentityDkimAttributesResponse>SesV2AsyncClient. putEmailIdentityDkimAttributes(Consumer<PutEmailIdentityDkimAttributesRequest.Builder> putEmailIdentityDkimAttributesRequest)Used to enable or disable DKIM authentication for an email identity.default CompletableFuture<PutEmailIdentityDkimAttributesResponse>SesV2AsyncClient. putEmailIdentityDkimAttributes(PutEmailIdentityDkimAttributesRequest putEmailIdentityDkimAttributesRequest)Used to enable or disable DKIM authentication for an email identity.
-