| 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 |
|---|---|
ListGroupsForEntityResult |
AbstractAmazonWorkMail.listGroupsForEntity(ListGroupsForEntityRequest request) |
ListGroupsForEntityResult |
AmazonWorkMailClient.listGroupsForEntity(ListGroupsForEntityRequest request)
Returns all the groups to which an entity belongs.
|
ListGroupsForEntityResult |
AmazonWorkMail.listGroupsForEntity(ListGroupsForEntityRequest listGroupsForEntityRequest)
Returns all the groups to which an entity belongs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsForEntityResult> |
AmazonWorkMailAsyncClient.listGroupsForEntityAsync(ListGroupsForEntityRequest request,
AsyncHandler<ListGroupsForEntityRequest,ListGroupsForEntityResult> asyncHandler) |
Future<ListGroupsForEntityResult> |
AbstractAmazonWorkMailAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsForEntityResult |
ListGroupsForEntityResult.clone() |
ListGroupsForEntityResult |
ListGroupsForEntityResult.withGroups(Collection<GroupIdentifier> groups)
The overview of groups in an organization.
|
ListGroupsForEntityResult |
ListGroupsForEntityResult.withGroups(GroupIdentifier... groups)
The overview of groups in an organization.
|
ListGroupsForEntityResult |
ListGroupsForEntityResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
Copyright © 2023. All rights reserved.