|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticloadbalancing.model.RegisterInstancesWithLoadBalancerRequest
public class RegisterInstancesWithLoadBalancerRequest
| Constructor Summary | |
|---|---|
RegisterInstancesWithLoadBalancerRequest()
|
|
| Method Summary | |
|---|---|
List<Instance> |
getInstances()
A list of instances IDs that should be registered with the LoadBalancer. |
String |
getLoadBalancerName()
The name associated with the LoadBalancer. |
void |
setInstances(Collection<Instance> instances)
A list of instances IDs that should be registered with the LoadBalancer. |
void |
setLoadBalancerName(String loadBalancerName)
The name associated with the LoadBalancer. |
RegisterInstancesWithLoadBalancerRequest |
withInstances(Collection<Instance> instances)
A list of instances IDs that should be registered with the LoadBalancer. |
RegisterInstancesWithLoadBalancerRequest |
withInstances(Instance... instances)
A list of instances IDs that should be registered with the LoadBalancer. |
RegisterInstancesWithLoadBalancerRequest |
withLoadBalancerName(String loadBalancerName)
The name associated with the LoadBalancer. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegisterInstancesWithLoadBalancerRequest()
| Method Detail |
|---|
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName - The name associated with the LoadBalancer. The name must be unique
within the client AWS account.public RegisterInstancesWithLoadBalancerRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The name associated with the LoadBalancer. The name must be unique
within the client AWS account.
public List<Instance> getInstances()
public void setInstances(Collection<Instance> instances)
instances - A list of instances IDs that should be registered with the
LoadBalancer.public RegisterInstancesWithLoadBalancerRequest withInstances(Instance... instances)
Returns a reference to this object so that method calls can be chained together.
instances - A list of instances IDs that should be registered with the
LoadBalancer.
public RegisterInstancesWithLoadBalancerRequest withInstances(Collection<Instance> instances)
Returns a reference to this object so that method calls can be chained together.
instances - A list of instances IDs that should be registered with the
LoadBalancer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||