Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyRuleResponse
-
Packages that use ModifyRuleResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of ModifyRuleResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return ModifyRuleResponse Modifier and Type Method Description default ModifyRuleResponseElasticLoadBalancingV2Client. modifyRule(Consumer<ModifyRuleRequest.Builder> modifyRuleRequest)Replaces the specified properties of the specified rule.default ModifyRuleResponseElasticLoadBalancingV2Client. modifyRule(ModifyRuleRequest modifyRuleRequest)Replaces the specified properties of the specified rule.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type ModifyRuleResponse Modifier and Type Method Description default CompletableFuture<ModifyRuleResponse>ElasticLoadBalancingV2AsyncClient. modifyRule(Consumer<ModifyRuleRequest.Builder> modifyRuleRequest)Replaces the specified properties of the specified rule.default CompletableFuture<ModifyRuleResponse>ElasticLoadBalancingV2AsyncClient. modifyRule(ModifyRuleRequest modifyRuleRequest)Replaces the specified properties of the specified rule.
-