Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.SetSubnetsRequest
-
Packages that use SetSubnetsRequest Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.transform -
-
Uses of SetSubnetsRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type SetSubnetsRequest Modifier and Type Method Description 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.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. -
Uses of SetSubnetsRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type SetSubnetsRequest Modifier and Type Method Description SdkHttpFullRequest
SetSubnetsRequestMarshaller. marshall(SetSubnetsRequest setSubnetsRequest)
-