Uses of Class
software.amazon.awssdk.services.workmail.model.DescribeInboundDmarcSettingsResponse
-
Packages that use DescribeInboundDmarcSettingsResponse 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 DescribeInboundDmarcSettingsResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return DescribeInboundDmarcSettingsResponse Modifier and Type Method Description default DescribeInboundDmarcSettingsResponseWorkMailClient. describeInboundDmarcSettings(Consumer<DescribeInboundDmarcSettingsRequest.Builder> describeInboundDmarcSettingsRequest)Lists the settings in a DMARC policy for a specified organization.default DescribeInboundDmarcSettingsResponseWorkMailClient. describeInboundDmarcSettings(DescribeInboundDmarcSettingsRequest describeInboundDmarcSettingsRequest)Lists the settings in a DMARC policy for a specified organization.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type DescribeInboundDmarcSettingsResponse Modifier and Type Method Description default CompletableFuture<DescribeInboundDmarcSettingsResponse>WorkMailAsyncClient. describeInboundDmarcSettings(Consumer<DescribeInboundDmarcSettingsRequest.Builder> describeInboundDmarcSettingsRequest)Lists the settings in a DMARC policy for a specified organization.default CompletableFuture<DescribeInboundDmarcSettingsResponse>WorkMailAsyncClient. describeInboundDmarcSettings(DescribeInboundDmarcSettingsRequest describeInboundDmarcSettingsRequest)Lists the settings in a DMARC policy for a specified organization.
-