Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.AttachLoadBalancerToSubnetsRequest
-
Packages that use AttachLoadBalancerToSubnetsRequest Package Description software.amazon.awssdk.services.elasticloadbalancing Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancing.transform -
-
Uses of AttachLoadBalancerToSubnetsRequest in software.amazon.awssdk.services.elasticloadbalancing
Methods in software.amazon.awssdk.services.elasticloadbalancing with parameters of type AttachLoadBalancerToSubnetsRequest Modifier and Type Method Description default CompletableFuture<AttachLoadBalancerToSubnetsResponse>
ElasticLoadBalancingAsyncClient. attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest)
Adds one or more subnets to the set of configured subnets for the specified load balancer.default AttachLoadBalancerToSubnetsResponse
ElasticLoadBalancingClient. attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest)
Adds one or more subnets to the set of configured subnets for the specified load balancer. -
Uses of AttachLoadBalancerToSubnetsRequest in software.amazon.awssdk.services.elasticloadbalancing.transform
Methods in software.amazon.awssdk.services.elasticloadbalancing.transform with parameters of type AttachLoadBalancerToSubnetsRequest Modifier and Type Method Description SdkHttpFullRequest
AttachLoadBalancerToSubnetsRequestMarshaller. marshall(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest)
-