Uses of Class
software.amazon.awssdk.services.connect.model.UpdateContactScheduleResponse
-
Packages that use UpdateContactScheduleResponse 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 UpdateContactScheduleResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateContactScheduleResponse Modifier and Type Method Description default UpdateContactScheduleResponseConnectClient. updateContactSchedule(Consumer<UpdateContactScheduleRequest.Builder> updateContactScheduleRequest)Updates the scheduled time of a task contact that is already scheduled.default UpdateContactScheduleResponseConnectClient. updateContactSchedule(UpdateContactScheduleRequest updateContactScheduleRequest)Updates the scheduled time of a task contact that is already scheduled.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateContactScheduleResponse Modifier and Type Method Description default CompletableFuture<UpdateContactScheduleResponse>ConnectAsyncClient. updateContactSchedule(Consumer<UpdateContactScheduleRequest.Builder> updateContactScheduleRequest)Updates the scheduled time of a task contact that is already scheduled.default CompletableFuture<UpdateContactScheduleResponse>ConnectAsyncClient. updateContactSchedule(UpdateContactScheduleRequest updateContactScheduleRequest)Updates the scheduled time of a task contact that is already scheduled.
-