Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyIpPoolsResponse
-
Packages that use ModifyIpPoolsResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of ModifyIpPoolsResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return ModifyIpPoolsResponse Modifier and Type Method Description default ModifyIpPoolsResponseElasticLoadBalancingV2Client. modifyIpPools(Consumer<ModifyIpPoolsRequest.Builder> modifyIpPoolsRequest)[Application Load Balancers] Modify the IP pool associated to a load balancer.default ModifyIpPoolsResponseElasticLoadBalancingV2Client. modifyIpPools(ModifyIpPoolsRequest modifyIpPoolsRequest)[Application Load Balancers] Modify the IP pool associated to a load balancer.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type ModifyIpPoolsResponse Modifier and Type Method Description default CompletableFuture<ModifyIpPoolsResponse>ElasticLoadBalancingV2AsyncClient. modifyIpPools(Consumer<ModifyIpPoolsRequest.Builder> modifyIpPoolsRequest)[Application Load Balancers] Modify the IP pool associated to a load balancer.default CompletableFuture<ModifyIpPoolsResponse>ElasticLoadBalancingV2AsyncClient. modifyIpPools(ModifyIpPoolsRequest modifyIpPoolsRequest)[Application Load Balancers] Modify the IP pool associated to a load balancer.
-