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