| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases |
With Amazon Connect Cases, your agents can track and manage customer issues that require multiple interactions,
follow-up tasks, and teams in your contact center.
|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateLayoutResponse> |
ConnectCasesAsyncClient.updateLayout(Consumer<UpdateLayoutRequest.Builder> updateLayoutRequest)
Updates the attributes of an existing layout.
|
default UpdateLayoutResponse |
ConnectCasesClient.updateLayout(Consumer<UpdateLayoutRequest.Builder> updateLayoutRequest)
Updates the attributes of an existing layout.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateLayoutRequest.Builder |
UpdateLayoutRequest.builder() |
default UpdateLayoutRequest.Builder |
UpdateLayoutRequest.Builder.content(Consumer<LayoutContent.Builder> content)
Information about which fields will be present in the layout, the order of the fields, and a read-only
attribute of the field.
|
UpdateLayoutRequest.Builder |
UpdateLayoutRequest.Builder.content(LayoutContent content)
Information about which fields will be present in the layout, the order of the fields, and a read-only
attribute of the field.
|
UpdateLayoutRequest.Builder |
UpdateLayoutRequest.Builder.domainId(String domainId)
The unique identifier of the Cases domain.
|
UpdateLayoutRequest.Builder |
UpdateLayoutRequest.Builder.layoutId(String layoutId)
The unique identifier of the layout.
|
UpdateLayoutRequest.Builder |
UpdateLayoutRequest.Builder.name(String name)
The name of the layout.
|
UpdateLayoutRequest.Builder |
UpdateLayoutRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLayoutRequest.Builder |
UpdateLayoutRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLayoutRequest.Builder |
UpdateLayoutRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLayoutRequest.Builder> |
UpdateLayoutRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.