| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail |
WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile
email clients.
|
| software.amazon.awssdk.services.workmail.paginators | |
| software.amazon.awssdk.services.workmail.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupsForEntityResponse |
WorkMailClient.listGroupsForEntity(ListGroupsForEntityRequest listGroupsForEntityRequest)
Returns all the groups to which an entity belongs.
|
default CompletableFuture<ListGroupsForEntityResponse> |
WorkMailAsyncClient.listGroupsForEntity(ListGroupsForEntityRequest listGroupsForEntityRequest)
Returns all the groups to which an entity belongs.
|
default ListGroupsForEntityIterable |
WorkMailClient.listGroupsForEntityPaginator(ListGroupsForEntityRequest listGroupsForEntityRequest)
Returns all the groups to which an entity belongs.
|
default ListGroupsForEntityPublisher |
WorkMailAsyncClient.listGroupsForEntityPaginator(ListGroupsForEntityRequest listGroupsForEntityRequest)
Returns all the groups to which an entity belongs.
|
| Constructor and Description |
|---|
ListGroupsForEntityIterable(WorkMailClient client,
ListGroupsForEntityRequest firstRequest) |
ListGroupsForEntityPublisher(WorkMailAsyncClient client,
ListGroupsForEntityRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListGroupsForEntityRequestMarshaller.marshall(ListGroupsForEntityRequest listGroupsForEntityRequest) |
Copyright © 2023. All rights reserved.