Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ElasticLoadBalancer> |
DescribeElasticLoadBalancersResult.elasticLoadBalancers
A list of
ElasticLoadBalancer objects that describe the
specified Elastic Load Balancing instances. |
Modifier and Type | Method and Description |
---|---|
ElasticLoadBalancer |
ElasticLoadBalancer.clone() |
ElasticLoadBalancer |
ElasticLoadBalancer.withAvailabilityZones(java.util.Collection<java.lang.String> availabilityZones)
A list of Availability Zones.
|
ElasticLoadBalancer |
ElasticLoadBalancer.withAvailabilityZones(java.lang.String... availabilityZones)
A list of Availability Zones.
|
ElasticLoadBalancer |
ElasticLoadBalancer.withDnsName(java.lang.String dnsName)
The instance's public DNS name.
|
ElasticLoadBalancer |
ElasticLoadBalancer.withEc2InstanceIds(java.util.Collection<java.lang.String> ec2InstanceIds)
A list of the EC2 instances that the Elastic Load Balancing instance is
managing traffic for.
|
ElasticLoadBalancer |
ElasticLoadBalancer.withEc2InstanceIds(java.lang.String... ec2InstanceIds)
A list of the EC2 instances that the Elastic Load Balancing instance is
managing traffic for.
|
ElasticLoadBalancer |
ElasticLoadBalancer.withElasticLoadBalancerName(java.lang.String elasticLoadBalancerName)
The Elastic Load Balancing instance's name.
|
ElasticLoadBalancer |
ElasticLoadBalancer.withLayerId(java.lang.String layerId)
The ID of the layer that the instance is attached to.
|
ElasticLoadBalancer |
ElasticLoadBalancer.withRegion(java.lang.String region)
The instance's AWS region.
|
ElasticLoadBalancer |
ElasticLoadBalancer.withStackId(java.lang.String stackId)
The ID of the stack that the instance is associated with.
|
ElasticLoadBalancer |
ElasticLoadBalancer.withSubnetIds(java.util.Collection<java.lang.String> subnetIds)
A list of subnet IDs, if the stack is running in a VPC.
|
ElasticLoadBalancer |
ElasticLoadBalancer.withSubnetIds(java.lang.String... subnetIds)
A list of subnet IDs, if the stack is running in a VPC.
|
ElasticLoadBalancer |
ElasticLoadBalancer.withVpcId(java.lang.String vpcId)
The VPC ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ElasticLoadBalancer> |
DescribeElasticLoadBalancersResult.getElasticLoadBalancers()
A list of
ElasticLoadBalancer objects that describe the
specified Elastic Load Balancing instances. |
Modifier and Type | Method and Description |
---|---|
DescribeElasticLoadBalancersResult |
DescribeElasticLoadBalancersResult.withElasticLoadBalancers(ElasticLoadBalancer... elasticLoadBalancers)
A list of
ElasticLoadBalancer objects that describe the
specified Elastic Load Balancing instances. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeElasticLoadBalancersResult.setElasticLoadBalancers(java.util.Collection<ElasticLoadBalancer> elasticLoadBalancers)
A list of
ElasticLoadBalancer objects that describe the
specified Elastic Load Balancing instances. |
DescribeElasticLoadBalancersResult |
DescribeElasticLoadBalancersResult.withElasticLoadBalancers(java.util.Collection<ElasticLoadBalancer> elasticLoadBalancers)
A list of
ElasticLoadBalancer objects that describe the
specified Elastic Load Balancing instances. |
Modifier and Type | Method and Description |
---|---|
ElasticLoadBalancer |
ElasticLoadBalancerJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticLoadBalancerJsonMarshaller.marshall(ElasticLoadBalancer elasticLoadBalancer,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|