Uses of Class
software.amazon.awssdk.services.connect.model.ResumeContactResponse
-
Packages that use ResumeContactResponse 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 ResumeContactResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ResumeContactResponse Modifier and Type Method Description default ResumeContactResponseConnectClient. resumeContact(Consumer<ResumeContactRequest.Builder> resumeContactRequest)Allows resuming a task contact in a paused state.default ResumeContactResponseConnectClient. resumeContact(ResumeContactRequest resumeContactRequest)Allows resuming a task contact in a paused state.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ResumeContactResponse Modifier and Type Method Description default CompletableFuture<ResumeContactResponse>ConnectAsyncClient. resumeContact(Consumer<ResumeContactRequest.Builder> resumeContactRequest)Allows resuming a task contact in a paused state.default CompletableFuture<ResumeContactResponse>ConnectAsyncClient. resumeContact(ResumeContactRequest resumeContactRequest)Allows resuming a task contact in a paused state.
-