| 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<UpdateCaseResponse> |
ConnectCasesAsyncClient.updateCase(Consumer<UpdateCaseRequest.Builder> updateCaseRequest)
Updates the values of fields on a case.
|
default UpdateCaseResponse |
ConnectCasesClient.updateCase(Consumer<UpdateCaseRequest.Builder> updateCaseRequest)
Updates the values of fields on a case.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateCaseRequest.Builder |
UpdateCaseRequest.builder() |
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.caseId(String caseId)
A unique identifier of the case.
|
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.domainId(String domainId)
The unique identifier of the Cases domain.
|
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.fields(Collection<FieldValue> fields)
An array of objects with
fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase. |
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.fields(Consumer<FieldValue.Builder>... fields)
An array of objects with
fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase. |
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.fields(FieldValue... fields)
An array of objects with
fieldId (matching ListFields/DescribeField) and value union data,
structured identical to CreateCase. |
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCaseRequest.Builder |
UpdateCaseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateCaseRequest.Builder |
UpdateCaseRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateCaseRequest.Builder> |
UpdateCaseRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.