| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutInboundDmarcSettingsResponse> |
WorkMailAsyncClient.putInboundDmarcSettings(Consumer<PutInboundDmarcSettingsRequest.Builder> putInboundDmarcSettingsRequest)
Enables or disables a DMARC policy for a given organization.
|
default PutInboundDmarcSettingsResponse |
WorkMailClient.putInboundDmarcSettings(Consumer<PutInboundDmarcSettingsRequest.Builder> putInboundDmarcSettingsRequest)
Enables or disables a DMARC policy for a given organization.
|
| Modifier and Type | Method and Description |
|---|---|
static PutInboundDmarcSettingsRequest.Builder |
PutInboundDmarcSettingsRequest.builder() |
PutInboundDmarcSettingsRequest.Builder |
PutInboundDmarcSettingsRequest.Builder.enforced(Boolean enforced)
Enforces or suspends a policy after it's applied.
|
PutInboundDmarcSettingsRequest.Builder |
PutInboundDmarcSettingsRequest.Builder.organizationId(String organizationId)
The ID of the organization that you are applying the DMARC policy to.
|
PutInboundDmarcSettingsRequest.Builder |
PutInboundDmarcSettingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutInboundDmarcSettingsRequest.Builder |
PutInboundDmarcSettingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutInboundDmarcSettingsRequest.Builder |
PutInboundDmarcSettingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutInboundDmarcSettingsRequest.Builder> |
PutInboundDmarcSettingsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.