Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetSubnetsResponse
-
Packages that use SetSubnetsResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of SetSubnetsResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return SetSubnetsResponse Modifier and Type Method Description default SetSubnetsResponse
ElasticLoadBalancingV2Client. setSubnets(Consumer<SetSubnetsRequest.Builder> setSubnetsRequest)
Enables the Availability Zones for the specified public subnets for the specified Application Load Balancer, Network Load Balancer or Gateway Load Balancer.default SetSubnetsResponse
ElasticLoadBalancingV2Client. setSubnets(SetSubnetsRequest setSubnetsRequest)
Enables the Availability Zones for the specified public subnets for the specified Application Load Balancer, Network Load Balancer or Gateway Load Balancer.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type SetSubnetsResponse Modifier and Type Method Description default CompletableFuture<SetSubnetsResponse>
ElasticLoadBalancingV2AsyncClient. setSubnets(Consumer<SetSubnetsRequest.Builder> setSubnetsRequest)
Enables the Availability Zones for the specified public subnets for the specified Application Load Balancer, Network Load Balancer or Gateway Load Balancer.default CompletableFuture<SetSubnetsResponse>
ElasticLoadBalancingV2AsyncClient. setSubnets(SetSubnetsRequest setSubnetsRequest)
Enables the Availability Zones for the specified public subnets for the specified Application Load Balancer, Network Load Balancer or Gateway Load Balancer.
-