| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateViewContentResult |
AbstractAmazonConnect.updateViewContent(UpdateViewContentRequest request) |
UpdateViewContentResult |
AmazonConnect.updateViewContent(UpdateViewContentRequest updateViewContentRequest)
Updates the view content of the given view identifier in the specified Amazon Connect instance.
|
UpdateViewContentResult |
AmazonConnectClient.updateViewContent(UpdateViewContentRequest request)
Updates the view content of the given view identifier in the specified Amazon Connect instance.
|
Future<UpdateViewContentResult> |
AbstractAmazonConnectAsync.updateViewContentAsync(UpdateViewContentRequest request) |
Future<UpdateViewContentResult> |
AmazonConnectAsync.updateViewContentAsync(UpdateViewContentRequest updateViewContentRequest)
Updates the view content of the given view identifier in the specified Amazon Connect instance.
|
Future<UpdateViewContentResult> |
AmazonConnectAsyncClient.updateViewContentAsync(UpdateViewContentRequest request) |
Future<UpdateViewContentResult> |
AbstractAmazonConnectAsync.updateViewContentAsync(UpdateViewContentRequest request,
AsyncHandler<UpdateViewContentRequest,UpdateViewContentResult> asyncHandler) |
Future<UpdateViewContentResult> |
AmazonConnectAsync.updateViewContentAsync(UpdateViewContentRequest updateViewContentRequest,
AsyncHandler<UpdateViewContentRequest,UpdateViewContentResult> asyncHandler)
Updates the view content of the given view identifier in the specified Amazon Connect instance.
|
Future<UpdateViewContentResult> |
AmazonConnectAsyncClient.updateViewContentAsync(UpdateViewContentRequest request,
AsyncHandler<UpdateViewContentRequest,UpdateViewContentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateViewContentResult> |
AbstractAmazonConnectAsync.updateViewContentAsync(UpdateViewContentRequest request,
AsyncHandler<UpdateViewContentRequest,UpdateViewContentResult> asyncHandler) |
Future<UpdateViewContentResult> |
AmazonConnectAsync.updateViewContentAsync(UpdateViewContentRequest updateViewContentRequest,
AsyncHandler<UpdateViewContentRequest,UpdateViewContentResult> asyncHandler)
Updates the view content of the given view identifier in the specified Amazon Connect instance.
|
Future<UpdateViewContentResult> |
AmazonConnectAsyncClient.updateViewContentAsync(UpdateViewContentRequest request,
AsyncHandler<UpdateViewContentRequest,UpdateViewContentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateViewContentRequest |
UpdateViewContentRequest.clone() |
UpdateViewContentRequest |
UpdateViewContentRequest.withContent(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 |
UpdateViewContentRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateViewContentRequest |
UpdateViewContentRequest.withStatus(String status)
Indicates the view status as either
SAVED or PUBLISHED. |
UpdateViewContentRequest |
UpdateViewContentRequest.withStatus(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED. |
UpdateViewContentRequest |
UpdateViewContentRequest.withViewId(String viewId)
The identifier of the view.
|
Copyright © 2023. All rights reserved.