| 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 StopContactRecordingResponse |
ConnectClient.stopContactRecording(Consumer<StopContactRecordingRequest.Builder> stopContactRecordingRequest)
Stops recording a call when a contact is being recorded.
|
default StopContactRecordingResponse |
ConnectClient.stopContactRecording(StopContactRecordingRequest stopContactRecordingRequest)
Stops recording a call when a contact is being recorded.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopContactRecordingResponse> |
ConnectAsyncClient.stopContactRecording(Consumer<StopContactRecordingRequest.Builder> stopContactRecordingRequest)
Stops recording a call when a contact is being recorded.
|
default CompletableFuture<StopContactRecordingResponse> |
ConnectAsyncClient.stopContactRecording(StopContactRecordingRequest stopContactRecordingRequest)
Stops recording a call when a contact is being recorded.
|
Copyright © 2021. All rights reserved.