Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyListenerResponse
-
Packages that use ModifyListenerResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of ModifyListenerResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return ModifyListenerResponse Modifier and Type Method Description default ModifyListenerResponseElasticLoadBalancingV2Client. modifyListener(Consumer<ModifyListenerRequest.Builder> modifyListenerRequest)Replaces the specified properties of the specified listener.default ModifyListenerResponseElasticLoadBalancingV2Client. modifyListener(ModifyListenerRequest modifyListenerRequest)Replaces the specified properties of the specified listener.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type ModifyListenerResponse Modifier and Type Method Description default CompletableFuture<ModifyListenerResponse>ElasticLoadBalancingV2AsyncClient. modifyListener(Consumer<ModifyListenerRequest.Builder> modifyListenerRequest)Replaces the specified properties of the specified listener.default CompletableFuture<ModifyListenerResponse>ElasticLoadBalancingV2AsyncClient. modifyListener(ModifyListenerRequest modifyListenerRequest)Replaces the specified properties of the specified listener.
-