Uses of Class
software.amazon.awssdk.services.workmail.model.PutInboundDmarcSettingsRequest
-
Packages that use PutInboundDmarcSettingsRequest Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients.software.amazon.awssdk.services.workmail.transform -
-
Uses of PutInboundDmarcSettingsRequest in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail with parameters of type PutInboundDmarcSettingsRequest Modifier and Type Method Description default CompletableFuture<PutInboundDmarcSettingsResponse>WorkMailAsyncClient. putInboundDmarcSettings(PutInboundDmarcSettingsRequest putInboundDmarcSettingsRequest)Enables or disables a DMARC policy for a given organization.default PutInboundDmarcSettingsResponseWorkMailClient. putInboundDmarcSettings(PutInboundDmarcSettingsRequest putInboundDmarcSettingsRequest)Enables or disables a DMARC policy for a given organization. -
Uses of PutInboundDmarcSettingsRequest in software.amazon.awssdk.services.workmail.transform
Methods in software.amazon.awssdk.services.workmail.transform with parameters of type PutInboundDmarcSettingsRequest Modifier and Type Method Description SdkHttpFullRequestPutInboundDmarcSettingsRequestMarshaller. marshall(PutInboundDmarcSettingsRequest putInboundDmarcSettingsRequest)
-