| Package | Description |
|---|---|
| com.amazonaws.services.workmail |
Amazon 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<ListResourcesResult> |
AbstractAmazonWorkMailAsync.listResourcesAsync(ListResourcesRequest request,
AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler) |
Future<ListResourcesResult> |
AmazonWorkMailAsyncClient.listResourcesAsync(ListResourcesRequest request,
AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler) |
Future<ListResourcesResult> |
AmazonWorkMailAsync.listResourcesAsync(ListResourcesRequest listResourcesRequest,
AsyncHandler<ListResourcesRequest,ListResourcesResult> asyncHandler)
Returns summaries of the organization's resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourcesRequest |
ListResourcesRequest.clone() |
ListResourcesRequest |
ListResourcesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListResourcesRequest |
ListResourcesRequest.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListResourcesRequest |
ListResourcesRequest.withOrganizationId(String organizationId)
The identifier for the organization under which the resources exist.
|
Copyright © 2021. All rights reserved.