| Package | Description |
|---|---|
| com.amazonaws.services.connect |
Amazon Connect is a cloud-based contact center solution that makes it easy to set up and manage a customer contact
center and provide reliable customer engagement at any scale.
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SuspendContactRecordingResult> |
AmazonConnectAsyncClient.suspendContactRecordingAsync(SuspendContactRecordingRequest request,
AsyncHandler<SuspendContactRecordingRequest,SuspendContactRecordingResult> asyncHandler) |
Future<SuspendContactRecordingResult> |
AbstractAmazonConnectAsync.suspendContactRecordingAsync(SuspendContactRecordingRequest request,
AsyncHandler<SuspendContactRecordingRequest,SuspendContactRecordingResult> asyncHandler) |
Future<SuspendContactRecordingResult> |
AmazonConnectAsync.suspendContactRecordingAsync(SuspendContactRecordingRequest suspendContactRecordingRequest,
AsyncHandler<SuspendContactRecordingRequest,SuspendContactRecordingResult> asyncHandler)
When a contact is being recorded, this API suspends recording the call.
|
| Modifier and Type | Method and Description |
|---|---|
SuspendContactRecordingRequest |
SuspendContactRecordingRequest.clone() |
SuspendContactRecordingRequest |
SuspendContactRecordingRequest.withContactId(String contactId)
The identifier of the contact.
|
SuspendContactRecordingRequest |
SuspendContactRecordingRequest.withInitialContactId(String initialContactId)
The identifier of the contact.
|
SuspendContactRecordingRequest |
SuspendContactRecordingRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
Copyright © 2020. All rights reserved.