Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyListenerResponse
Packages that use ModifyListenerResponse
-
Uses of ModifyListenerResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return ModifyListenerResponseModifier and TypeMethodDescriptiondefault 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 ModifyListenerResponseModifier and TypeMethodDescriptiondefault 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.