Uses of Class
software.amazon.awssdk.services.connect.model.SuspendContactRecordingResponse
-
Packages that use SuspendContactRecordingResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of SuspendContactRecordingResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return SuspendContactRecordingResponse Modifier and Type Method Description default SuspendContactRecordingResponseConnectClient. suspendContactRecording(Consumer<SuspendContactRecordingRequest.Builder> suspendContactRecordingRequest)When a contact is being recorded, this API suspends recording whatever is selected in the flow configuration: call, screen, or both.default SuspendContactRecordingResponseConnectClient. suspendContactRecording(SuspendContactRecordingRequest suspendContactRecordingRequest)When a contact is being recorded, this API suspends recording whatever is selected in the flow configuration: call, screen, or both.Methods in software.amazon.awssdk.services.connect that return types with arguments of type SuspendContactRecordingResponse Modifier and Type Method Description default CompletableFuture<SuspendContactRecordingResponse>ConnectAsyncClient. suspendContactRecording(Consumer<SuspendContactRecordingRequest.Builder> suspendContactRecordingRequest)When a contact is being recorded, this API suspends recording whatever is selected in the flow configuration: call, screen, or both.default CompletableFuture<SuspendContactRecordingResponse>ConnectAsyncClient. suspendContactRecording(SuspendContactRecordingRequest suspendContactRecordingRequest)When a contact is being recorded, this API suspends recording whatever is selected in the flow configuration: call, screen, or both.
-