Uses of Interface
software.amazon.awssdk.services.workmail.model.PutInboundDmarcSettingsRequest.Builder
-
Packages that use PutInboundDmarcSettingsRequest.Builder 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.model -
-
Uses of PutInboundDmarcSettingsRequest.Builder in software.amazon.awssdk.services.workmail
Method parameters in software.amazon.awssdk.services.workmail with type arguments of type PutInboundDmarcSettingsRequest.Builder 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 PutInboundDmarcSettingsResponseWorkMailClient. putInboundDmarcSettings(Consumer<PutInboundDmarcSettingsRequest.Builder> putInboundDmarcSettingsRequest)Enables or disables a DMARC policy for a given organization. -
Uses of PutInboundDmarcSettingsRequest.Builder in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return PutInboundDmarcSettingsRequest.Builder Modifier and Type Method Description static PutInboundDmarcSettingsRequest.BuilderPutInboundDmarcSettingsRequest. builder()PutInboundDmarcSettingsRequest.BuilderPutInboundDmarcSettingsRequest.Builder. enforced(Boolean enforced)Enforces or suspends a policy after it's applied.PutInboundDmarcSettingsRequest.BuilderPutInboundDmarcSettingsRequest.Builder. organizationId(String organizationId)The ID of the organization that you are applying the DMARC policy to.PutInboundDmarcSettingsRequest.BuilderPutInboundDmarcSettingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutInboundDmarcSettingsRequest.BuilderPutInboundDmarcSettingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutInboundDmarcSettingsRequest.BuilderPutInboundDmarcSettingsRequest. toBuilder()Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type PutInboundDmarcSettingsRequest.Builder Modifier and Type Method Description static Class<? extends PutInboundDmarcSettingsRequest.Builder>PutInboundDmarcSettingsRequest. serializableBuilderClass()
-