| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGroupsForEntityResponse> |
WorkMailAsyncClient.listGroupsForEntity(Consumer<ListGroupsForEntityRequest.Builder> listGroupsForEntityRequest)
Returns all the groups to which an entity belongs.
|
default ListGroupsForEntityResponse |
WorkMailClient.listGroupsForEntity(Consumer<ListGroupsForEntityRequest.Builder> listGroupsForEntityRequest)
Returns all the groups to which an entity belongs.
|
default ListGroupsForEntityPublisher |
WorkMailAsyncClient.listGroupsForEntityPaginator(Consumer<ListGroupsForEntityRequest.Builder> listGroupsForEntityRequest)
Returns all the groups to which an entity belongs.
|
default ListGroupsForEntityIterable |
WorkMailClient.listGroupsForEntityPaginator(Consumer<ListGroupsForEntityRequest.Builder> listGroupsForEntityRequest)
Returns all the groups to which an entity belongs.
|
| Modifier and Type | Method and Description |
|---|---|
static ListGroupsForEntityRequest.Builder |
ListGroupsForEntityRequest.builder() |
ListGroupsForEntityRequest.Builder |
ListGroupsForEntityRequest.Builder.entityId(String entityId)
The identifier for the entity.
|
default ListGroupsForEntityRequest.Builder |
ListGroupsForEntityRequest.Builder.filters(Consumer<ListGroupsForEntityFilters.Builder> filters)
Limit the search results based on the filter criteria.
|
ListGroupsForEntityRequest.Builder |
ListGroupsForEntityRequest.Builder.filters(ListGroupsForEntityFilters filters)
Limit the search results based on the filter criteria.
|
ListGroupsForEntityRequest.Builder |
ListGroupsForEntityRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListGroupsForEntityRequest.Builder |
ListGroupsForEntityRequest.Builder.nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListGroupsForEntityRequest.Builder |
ListGroupsForEntityRequest.Builder.organizationId(String organizationId)
The identifier for the organization under which the entity exists.
|
ListGroupsForEntityRequest.Builder |
ListGroupsForEntityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroupsForEntityRequest.Builder |
ListGroupsForEntityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGroupsForEntityRequest.Builder |
ListGroupsForEntityRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGroupsForEntityRequest.Builder> |
ListGroupsForEntityRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.