| 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<ListGroupsForEntityResult> |
AmazonWorkMailAsyncClient.listGroupsForEntityAsync(ListGroupsForEntityRequest request,
AsyncHandler<ListGroupsForEntityRequest,ListGroupsForEntityResult> asyncHandler) |
Future<ListGroupsForEntityResult> |
AmazonWorkMailAsync.listGroupsForEntityAsync(ListGroupsForEntityRequest listGroupsForEntityRequest,
AsyncHandler<ListGroupsForEntityRequest,ListGroupsForEntityResult> asyncHandler)
Returns all the groups to which an entity belongs.
|
Future<ListGroupsForEntityResult> |
AbstractAmazonWorkMailAsync.listGroupsForEntityAsync(ListGroupsForEntityRequest request,
AsyncHandler<ListGroupsForEntityRequest,ListGroupsForEntityResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsForEntityRequest |
ListGroupsForEntityRequest.clone() |
ListGroupsForEntityRequest |
ListGroupsForEntityRequest.withEntityId(String entityId)
The identifier for the entity.
|
ListGroupsForEntityRequest |
ListGroupsForEntityRequest.withFilters(ListGroupsForEntityFilters filters)
Limit the search results based on the filter criteria.
|
ListGroupsForEntityRequest |
ListGroupsForEntityRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListGroupsForEntityRequest |
ListGroupsForEntityRequest.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListGroupsForEntityRequest |
ListGroupsForEntityRequest.withOrganizationId(String organizationId)
The identifier for the organization under which the entity exists.
|
Copyright © 2024. All rights reserved.