Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model | |
com.amazonaws.services.elasticloadbalancing.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Instance> |
RegisterInstancesWithLoadBalancerResult.instances
The updated list of instances for the load balancer.
|
private SdkInternalList<Instance> |
RegisterInstancesWithLoadBalancerRequest.instances
The IDs of the instances.
|
private SdkInternalList<Instance> |
LoadBalancerDescription.instances
The IDs of the instances for the load balancer.
|
private SdkInternalList<Instance> |
DescribeInstanceHealthRequest.instances
The IDs of the instances.
|
private SdkInternalList<Instance> |
DeregisterInstancesFromLoadBalancerResult.instances
The remaining instances registered with the load balancer.
|
private SdkInternalList<Instance> |
DeregisterInstancesFromLoadBalancerRequest.instances
The IDs of the instances.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.clone() |
Instance |
Instance.withInstanceId(java.lang.String instanceId)
The ID of the instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Instance> |
RegisterInstancesWithLoadBalancerResult.getInstances()
The updated list of instances for the load balancer.
|
java.util.List<Instance> |
RegisterInstancesWithLoadBalancerRequest.getInstances()
The IDs of the instances.
|
java.util.List<Instance> |
LoadBalancerDescription.getInstances()
The IDs of the instances for the load balancer.
|
java.util.List<Instance> |
DescribeInstanceHealthRequest.getInstances()
The IDs of the instances.
|
java.util.List<Instance> |
DeregisterInstancesFromLoadBalancerResult.getInstances()
The remaining instances registered with the load balancer.
|
java.util.List<Instance> |
DeregisterInstancesFromLoadBalancerRequest.getInstances()
The IDs of the instances.
|
Modifier and Type | Method and Description |
---|---|
RegisterInstancesWithLoadBalancerResult |
RegisterInstancesWithLoadBalancerResult.withInstances(Instance... instances)
The updated list of instances for the load balancer.
|
RegisterInstancesWithLoadBalancerRequest |
RegisterInstancesWithLoadBalancerRequest.withInstances(Instance... instances)
The IDs of the instances.
|
LoadBalancerDescription |
LoadBalancerDescription.withInstances(Instance... instances)
The IDs of the instances for the load balancer.
|
DescribeInstanceHealthRequest |
DescribeInstanceHealthRequest.withInstances(Instance... instances)
The IDs of the instances.
|
DeregisterInstancesFromLoadBalancerResult |
DeregisterInstancesFromLoadBalancerResult.withInstances(Instance... instances)
The remaining instances registered with the load balancer.
|
DeregisterInstancesFromLoadBalancerRequest |
DeregisterInstancesFromLoadBalancerRequest.withInstances(Instance... instances)
The IDs of the instances.
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterInstancesWithLoadBalancerResult.setInstances(java.util.Collection<Instance> instances)
The updated list of instances for the load balancer.
|
void |
RegisterInstancesWithLoadBalancerRequest.setInstances(java.util.Collection<Instance> instances)
The IDs of the instances.
|
void |
LoadBalancerDescription.setInstances(java.util.Collection<Instance> instances)
The IDs of the instances for the load balancer.
|
void |
DescribeInstanceHealthRequest.setInstances(java.util.Collection<Instance> instances)
The IDs of the instances.
|
void |
DeregisterInstancesFromLoadBalancerResult.setInstances(java.util.Collection<Instance> instances)
The remaining instances registered with the load balancer.
|
void |
DeregisterInstancesFromLoadBalancerRequest.setInstances(java.util.Collection<Instance> instances)
The IDs of the instances.
|
RegisterInstancesWithLoadBalancerResult |
RegisterInstancesWithLoadBalancerResult.withInstances(java.util.Collection<Instance> instances)
The updated list of instances for the load balancer.
|
RegisterInstancesWithLoadBalancerRequest |
RegisterInstancesWithLoadBalancerRequest.withInstances(java.util.Collection<Instance> instances)
The IDs of the instances.
|
LoadBalancerDescription |
LoadBalancerDescription.withInstances(java.util.Collection<Instance> instances)
The IDs of the instances for the load balancer.
|
DescribeInstanceHealthRequest |
DescribeInstanceHealthRequest.withInstances(java.util.Collection<Instance> instances)
The IDs of the instances.
|
DeregisterInstancesFromLoadBalancerResult |
DeregisterInstancesFromLoadBalancerResult.withInstances(java.util.Collection<Instance> instances)
The remaining instances registered with the load balancer.
|
DeregisterInstancesFromLoadBalancerRequest |
DeregisterInstancesFromLoadBalancerRequest.withInstances(java.util.Collection<Instance> instances)
The IDs of the instances.
|
Constructor and Description |
---|
DeregisterInstancesFromLoadBalancerRequest(java.lang.String loadBalancerName,
java.util.List<Instance> instances)
Constructs a new DeregisterInstancesFromLoadBalancerRequest object.
|
RegisterInstancesWithLoadBalancerRequest(java.lang.String loadBalancerName,
java.util.List<Instance> instances)
Constructs a new RegisterInstancesWithLoadBalancerRequest object.
|
Modifier and Type | Method and Description |
---|---|
Instance |
InstanceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |