Uses of Class
software.amazon.awssdk.services.connect.model.ResumeContactRecordingResponse
-
Packages that use ResumeContactRecordingResponse 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. -
-
Uses of ResumeContactRecordingResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ResumeContactRecordingResponse Modifier and Type Method Description default ResumeContactRecordingResponseConnectClient. resumeContactRecording(Consumer<ResumeContactRecordingRequest.Builder> resumeContactRecordingRequest)When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both.default ResumeContactRecordingResponseConnectClient. resumeContactRecording(ResumeContactRecordingRequest resumeContactRecordingRequest)When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ResumeContactRecordingResponse Modifier and Type Method Description default CompletableFuture<ResumeContactRecordingResponse>ConnectAsyncClient. resumeContactRecording(Consumer<ResumeContactRecordingRequest.Builder> resumeContactRecordingRequest)When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both.default CompletableFuture<ResumeContactRecordingResponse>ConnectAsyncClient. resumeContactRecording(ResumeContactRecordingRequest resumeContactRecordingRequest)When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both.
-