| 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 UpdateGroupResponse |
WorkMailClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)
Updates attibutes in a group.
|
default CompletableFuture<UpdateGroupResponse> |
WorkMailAsyncClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)
Updates attibutes in a group.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGroupRequest.Builder |
UpdateGroupRequest.builder() |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.groupId(String groupId)
The identifier for the group to be updated.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.hiddenFromGlobalAddressList(Boolean hiddenFromGlobalAddressList)
If enabled, the group is hidden from the global address list.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.organizationId(String organizationId)
The identifier for the organization under which the group exists.
|
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGroupRequest.Builder |
UpdateGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGroupRequest.Builder> |
UpdateGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.