Uses of Class
software.amazon.awssdk.services.connect.model.UpdateRuleResponse
-
Packages that use UpdateRuleResponse 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 UpdateRuleResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateRuleResponse Modifier and Type Method Description default UpdateRuleResponseConnectClient. updateRule(Consumer<UpdateRuleRequest.Builder> updateRuleRequest)Updates a rule for the specified Amazon Connect instance.default UpdateRuleResponseConnectClient. updateRule(UpdateRuleRequest updateRuleRequest)Updates a rule for the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateRuleResponse Modifier and Type Method Description default CompletableFuture<UpdateRuleResponse>ConnectAsyncClient. updateRule(Consumer<UpdateRuleRequest.Builder> updateRuleRequest)Updates a rule for the specified Amazon Connect instance.default CompletableFuture<UpdateRuleResponse>ConnectAsyncClient. updateRule(UpdateRuleRequest updateRuleRequest)Updates a rule for the specified Amazon Connect instance.
-