| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancing |
| Modifier and Type | Class and Description |
|---|---|
static class |
ILoadBalancerTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ILoadBalancerTarget> |
LoadBalancerProps.getTargets()
What targets to load balance to.
|
List<ILoadBalancerTarget> |
LoadBalancerProps.Jsii$Proxy.getTargets()
What targets to load balance to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancer.addTarget(ILoadBalancerTarget target) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancerProps.setTargets(List<ILoadBalancerTarget> value)
What targets to load balance to.
|
void |
LoadBalancerProps.Jsii$Proxy.setTargets(List<ILoadBalancerTarget> value)
What targets to load balance to.
|
LoadBalancerProps.Builder |
LoadBalancerProps.Builder.withTargets(List<ILoadBalancerTarget> value)
Sets the value of Targets
|
Copyright © 2018. All rights reserved.