| 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 CreateGroupResponse |
WorkMailClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a group that can be used in WorkMail by calling the RegisterToWorkMail operation.
|
default CompletableFuture<CreateGroupResponse> |
WorkMailAsyncClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates a group that can be used in WorkMail by calling the RegisterToWorkMail operation.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateGroupRequest.Builder |
CreateGroupRequest.builder() |
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.hiddenFromGlobalAddressList(Boolean hiddenFromGlobalAddressList)
If this parameter is enabled, the group will be hidden from the address book.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.name(String name)
The name of the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.organizationId(String organizationId)
The organization under which the group is to be created.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGroupRequest.Builder |
CreateGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateGroupRequest.Builder> |
CreateGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.