| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateCaseResult> |
AmazonConnectCasesAsyncClient.updateCaseAsync(UpdateCaseRequest request,
AsyncHandler<UpdateCaseRequest,UpdateCaseResult> asyncHandler) |
Future<UpdateCaseResult> |
AbstractAmazonConnectCasesAsync.updateCaseAsync(UpdateCaseRequest request,
AsyncHandler<UpdateCaseRequest,UpdateCaseResult> asyncHandler) |
Future<UpdateCaseResult> |
AmazonConnectCasesAsync.updateCaseAsync(UpdateCaseRequest updateCaseRequest,
AsyncHandler<UpdateCaseRequest,UpdateCaseResult> asyncHandler)
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCaseRequest |
UpdateCaseRequest.clone() |
UpdateCaseRequest |
UpdateCaseRequest.withCaseId(String caseId)
A unique identifier of the case.
|
UpdateCaseRequest |
UpdateCaseRequest.withDomainId(String domainId)
The unique identifier of the Cases domain.
|
UpdateCaseRequest |
UpdateCaseRequest.withFields(Collection<FieldValue> fields)
An array of objects with
fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase. |
UpdateCaseRequest |
UpdateCaseRequest.withFields(FieldValue... fields)
An array of objects with
fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase. |
UpdateCaseRequest |
UpdateCaseRequest.withPerformedBy(UserUnion performedBy) |
Copyright © 2024. All rights reserved.