Uses of Class
software.amazon.awssdk.services.pinpointemail.model.PutEmailIdentityDkimAttributesResponse
-
Packages that use PutEmailIdentityDkimAttributesResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of PutEmailIdentityDkimAttributesResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return PutEmailIdentityDkimAttributesResponse Modifier and Type Method Description default PutEmailIdentityDkimAttributesResponsePinpointEmailClient. putEmailIdentityDkimAttributes(Consumer<PutEmailIdentityDkimAttributesRequest.Builder> putEmailIdentityDkimAttributesRequest)Used to enable or disable DKIM authentication for an email identity.default PutEmailIdentityDkimAttributesResponsePinpointEmailClient. putEmailIdentityDkimAttributes(PutEmailIdentityDkimAttributesRequest putEmailIdentityDkimAttributesRequest)Used to enable or disable DKIM authentication for an email identity.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type PutEmailIdentityDkimAttributesResponse Modifier and Type Method Description default CompletableFuture<PutEmailIdentityDkimAttributesResponse>PinpointEmailAsyncClient. putEmailIdentityDkimAttributes(Consumer<PutEmailIdentityDkimAttributesRequest.Builder> putEmailIdentityDkimAttributesRequest)Used to enable or disable DKIM authentication for an email identity.default CompletableFuture<PutEmailIdentityDkimAttributesResponse>PinpointEmailAsyncClient. putEmailIdentityDkimAttributes(PutEmailIdentityDkimAttributesRequest putEmailIdentityDkimAttributesRequest)Used to enable or disable DKIM authentication for an email identity.
-