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