| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default SuspendContactRecordingResponse |
ConnectClient.suspendContactRecording(Consumer<SuspendContactRecordingRequest.Builder> suspendContactRecordingRequest)
When a contact is being recorded, this API suspends recording the call.
|
default SuspendContactRecordingResponse |
ConnectClient.suspendContactRecording(SuspendContactRecordingRequest suspendContactRecordingRequest)
When a contact is being recorded, this API suspends recording the call.
|
| 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.
|
default CompletableFuture<SuspendContactRecordingResponse> |
ConnectAsyncClient.suspendContactRecording(SuspendContactRecordingRequest suspendContactRecordingRequest)
When a contact is being recorded, this API suspends recording the call.
|
Copyright © 2022. All rights reserved.