| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect |
Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center
and provide reliable customer engagement at any scale.
|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateViewContentResponse> |
ConnectAsyncClient.updateViewContent(Consumer<UpdateViewContentRequest.Builder> updateViewContentRequest)
Updates the view content of the given view identifier in the specified Amazon Connect instance.
|
default UpdateViewContentResponse |
ConnectClient.updateViewContent(Consumer<UpdateViewContentRequest.Builder> updateViewContentRequest)
Updates the view content of the given view identifier in the specified Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateViewContentRequest.Builder |
UpdateViewContentRequest.builder() |
default UpdateViewContentRequest.Builder |
UpdateViewContentRequest.Builder.content(Consumer<ViewInputContent.Builder> content)
View content containing all content necessary to render a view except for runtime input data and the runtime
input schema, which is auto-generated by this operation.
|
UpdateViewContentRequest.Builder |
UpdateViewContentRequest.Builder.content(ViewInputContent content)
View content containing all content necessary to render a view except for runtime input data and the runtime
input schema, which is auto-generated by this operation.
|
UpdateViewContentRequest.Builder |
UpdateViewContentRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateViewContentRequest.Builder |
UpdateViewContentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateViewContentRequest.Builder |
UpdateViewContentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateViewContentRequest.Builder |
UpdateViewContentRequest.Builder.status(String status)
Indicates the view status as either
SAVED or PUBLISHED. |
UpdateViewContentRequest.Builder |
UpdateViewContentRequest.Builder.status(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
UpdateViewContentRequest.Builder |
UpdateViewContentRequest.toBuilder() |
UpdateViewContentRequest.Builder |
UpdateViewContentRequest.Builder.viewId(String viewId)
The identifier of the view.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateViewContentRequest.Builder> |
UpdateViewContentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.