| 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<SuspendContactRecordingResponse> |
ConnectAsyncClient.suspendContactRecording(Consumer<SuspendContactRecordingRequest.Builder> suspendContactRecordingRequest)
When a contact is being recorded, this API suspends recording the call or screen.
|
default SuspendContactRecordingResponse |
ConnectClient.suspendContactRecording(Consumer<SuspendContactRecordingRequest.Builder> suspendContactRecordingRequest)
When a contact is being recorded, this API suspends recording the call or screen.
|
| Modifier and Type | Method and Description |
|---|---|
static SuspendContactRecordingRequest.Builder |
SuspendContactRecordingRequest.builder() |
SuspendContactRecordingRequest.Builder |
SuspendContactRecordingRequest.Builder.contactId(String contactId)
The identifier of the contact.
|
SuspendContactRecordingRequest.Builder |
SuspendContactRecordingRequest.Builder.initialContactId(String initialContactId)
The identifier of the contact.
|
SuspendContactRecordingRequest.Builder |
SuspendContactRecordingRequest.Builder.instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
SuspendContactRecordingRequest.Builder |
SuspendContactRecordingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SuspendContactRecordingRequest.Builder |
SuspendContactRecordingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SuspendContactRecordingRequest.Builder |
SuspendContactRecordingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SuspendContactRecordingRequest.Builder> |
SuspendContactRecordingRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.