Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityDkimAttributesResponse
Packages that use PutEmailIdentityDkimAttributesResponse
-
Uses of PutEmailIdentityDkimAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutEmailIdentityDkimAttributesResponseModifier and TypeMethodDescriptionSesV2Client.putEmailIdentityDkimAttributes(Consumer<PutEmailIdentityDkimAttributesRequest.Builder> putEmailIdentityDkimAttributesRequest) Used to enable or disable DKIM authentication for an email identity.SesV2Client.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 PutEmailIdentityDkimAttributesResponseModifier and TypeMethodDescriptionSesV2AsyncClient.putEmailIdentityDkimAttributes(Consumer<PutEmailIdentityDkimAttributesRequest.Builder> putEmailIdentityDkimAttributesRequest) Used to enable or disable DKIM authentication for an email identity.SesV2AsyncClient.putEmailIdentityDkimAttributes(PutEmailIdentityDkimAttributesRequest putEmailIdentityDkimAttributesRequest) Used to enable or disable DKIM authentication for an email identity.