| 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 |
|---|---|
ListResourcesResult |
AmazonWorkMailClient.listResources(ListResourcesRequest request)
Returns summaries of the organization's resources.
|
ListResourcesResult |
AmazonWorkMail.listResources(ListResourcesRequest listResourcesRequest)
Returns summaries of the organization's resources.
|
ListResourcesResult |
AbstractAmazonWorkMail.listResources(ListResourcesRequest request) |
| 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 |
|---|---|
ListResourcesResult |
ListResourcesResult.clone() |
ListResourcesResult |
ListResourcesResult.withNextToken(String nextToken)
The token used to paginate through all the organization's resources.
|
ListResourcesResult |
ListResourcesResult.withResources(Collection<Resource> resources)
One page of the organization's resource representation.
|
ListResourcesResult |
ListResourcesResult.withResources(Resource... resources)
One page of the organization's resource representation.
|
Copyright © 2023. All rights reserved.