| Package | Description |
|---|---|
| com.amazonaws.services.workmail |
WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile
email clients.
|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutInboundDmarcSettingsResult> |
AmazonWorkMailAsyncClient.putInboundDmarcSettingsAsync(PutInboundDmarcSettingsRequest request,
AsyncHandler<PutInboundDmarcSettingsRequest,PutInboundDmarcSettingsResult> asyncHandler) |
Future<PutInboundDmarcSettingsResult> |
AmazonWorkMailAsync.putInboundDmarcSettingsAsync(PutInboundDmarcSettingsRequest putInboundDmarcSettingsRequest,
AsyncHandler<PutInboundDmarcSettingsRequest,PutInboundDmarcSettingsResult> asyncHandler)
Enables or disables a DMARC policy for a given organization.
|
Future<PutInboundDmarcSettingsResult> |
AbstractAmazonWorkMailAsync.putInboundDmarcSettingsAsync(PutInboundDmarcSettingsRequest request,
AsyncHandler<PutInboundDmarcSettingsRequest,PutInboundDmarcSettingsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutInboundDmarcSettingsRequest |
PutInboundDmarcSettingsRequest.clone() |
PutInboundDmarcSettingsRequest |
PutInboundDmarcSettingsRequest.withEnforced(Boolean enforced)
Enforces or suspends a policy after it's applied.
|
PutInboundDmarcSettingsRequest |
PutInboundDmarcSettingsRequest.withOrganizationId(String organizationId)
The ID of the organization that you are applying the DMARC policy to.
|
Copyright © 2024. All rights reserved.