Uses of Class
software.amazon.awssdk.services.workmail.model.PutInboundDmarcSettingsResponse
-
Packages that use PutInboundDmarcSettingsResponse 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. -
-
Uses of PutInboundDmarcSettingsResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return PutInboundDmarcSettingsResponse Modifier and Type Method Description default PutInboundDmarcSettingsResponseWorkMailClient. putInboundDmarcSettings(Consumer<PutInboundDmarcSettingsRequest.Builder> 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.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type PutInboundDmarcSettingsResponse Modifier and Type Method Description default CompletableFuture<PutInboundDmarcSettingsResponse>WorkMailAsyncClient. putInboundDmarcSettings(Consumer<PutInboundDmarcSettingsRequest.Builder> putInboundDmarcSettingsRequest)Enables or disables a DMARC policy for a given organization.default CompletableFuture<PutInboundDmarcSettingsResponse>WorkMailAsyncClient. putInboundDmarcSettings(PutInboundDmarcSettingsRequest putInboundDmarcSettingsRequest)Enables or disables a DMARC policy for a given organization.
-