| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| 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 whatever is selected in the flow configuration:
call, screen, or both.
|
| 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 © 2024. All rights reserved.