| 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<CreateOrganizationResult> |
AmazonWorkMailAsyncClient.createOrganizationAsync(CreateOrganizationRequest request,
AsyncHandler<CreateOrganizationRequest,CreateOrganizationResult> asyncHandler) |
Future<CreateOrganizationResult> |
AmazonWorkMailAsync.createOrganizationAsync(CreateOrganizationRequest createOrganizationRequest,
AsyncHandler<CreateOrganizationRequest,CreateOrganizationResult> asyncHandler)
Creates a new WorkMail organization.
|
Future<CreateOrganizationResult> |
AbstractAmazonWorkMailAsync.createOrganizationAsync(CreateOrganizationRequest request,
AsyncHandler<CreateOrganizationRequest,CreateOrganizationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateOrganizationRequest |
CreateOrganizationRequest.clone() |
CreateOrganizationRequest |
CreateOrganizationRequest.withAlias(String alias)
The organization alias.
|
CreateOrganizationRequest |
CreateOrganizationRequest.withClientToken(String clientToken)
The idempotency token associated with the request.
|
CreateOrganizationRequest |
CreateOrganizationRequest.withDirectoryId(String directoryId)
The AWS Directory Service directory ID.
|
CreateOrganizationRequest |
CreateOrganizationRequest.withDomains(Collection<Domain> domains)
The email domains to associate with the organization.
|
CreateOrganizationRequest |
CreateOrganizationRequest.withDomains(Domain... domains)
The email domains to associate with the organization.
|
CreateOrganizationRequest |
CreateOrganizationRequest.withEnableInteroperability(Boolean enableInteroperability)
When
true, allows organization interoperability between WorkMail and Microsoft Exchange. |
CreateOrganizationRequest |
CreateOrganizationRequest.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of a customer managed key from AWS KMS.
|
Copyright © 2022. All rights reserved.