Uses of Class
com.amazonaws.services.elasticloadbalancing.model.Instance
-
Packages that use Instance Package Description com.amazonaws.services.elasticloadbalancing.model -
-
Uses of Instance in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return Instance Modifier and Type Method Description Instance
Instance. clone()
Instance
Instance. withInstanceId(String instanceId)
The ID of the instance.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type Instance Modifier and Type Method Description List<Instance>
DeregisterInstancesFromLoadBalancerRequest. getInstances()
The IDs of the instances.List<Instance>
DeregisterInstancesFromLoadBalancerResult. getInstances()
The remaining instances registered with the load balancer.List<Instance>
DescribeInstanceHealthRequest. getInstances()
The IDs of the instances.List<Instance>
LoadBalancerDescription. getInstances()
The IDs of the instances for the load balancer.List<Instance>
RegisterInstancesWithLoadBalancerRequest. getInstances()
The IDs of the instances.List<Instance>
RegisterInstancesWithLoadBalancerResult. getInstances()
The updated list of instances for the load balancer.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type Instance Modifier and Type Method Description DeregisterInstancesFromLoadBalancerRequest
DeregisterInstancesFromLoadBalancerRequest. withInstances(Instance... instances)
The IDs of the instances.DeregisterInstancesFromLoadBalancerResult
DeregisterInstancesFromLoadBalancerResult. withInstances(Instance... instances)
The remaining instances registered with the load balancer.DescribeInstanceHealthRequest
DescribeInstanceHealthRequest. withInstances(Instance... instances)
The IDs of the instances.LoadBalancerDescription
LoadBalancerDescription. withInstances(Instance... instances)
The IDs of the instances for the load balancer.RegisterInstancesWithLoadBalancerRequest
RegisterInstancesWithLoadBalancerRequest. withInstances(Instance... instances)
The IDs of the instances.RegisterInstancesWithLoadBalancerResult
RegisterInstancesWithLoadBalancerResult. withInstances(Instance... instances)
The updated list of instances for the load balancer.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type Instance Modifier and Type Method Description void
DeregisterInstancesFromLoadBalancerRequest. setInstances(Collection<Instance> instances)
The IDs of the instances.void
DeregisterInstancesFromLoadBalancerResult. setInstances(Collection<Instance> instances)
The remaining instances registered with the load balancer.void
DescribeInstanceHealthRequest. setInstances(Collection<Instance> instances)
The IDs of the instances.void
LoadBalancerDescription. setInstances(Collection<Instance> instances)
The IDs of the instances for the load balancer.void
RegisterInstancesWithLoadBalancerRequest. setInstances(Collection<Instance> instances)
The IDs of the instances.void
RegisterInstancesWithLoadBalancerResult. setInstances(Collection<Instance> instances)
The updated list of instances for the load balancer.DeregisterInstancesFromLoadBalancerRequest
DeregisterInstancesFromLoadBalancerRequest. withInstances(Collection<Instance> instances)
The IDs of the instances.DeregisterInstancesFromLoadBalancerResult
DeregisterInstancesFromLoadBalancerResult. withInstances(Collection<Instance> instances)
The remaining instances registered with the load balancer.DescribeInstanceHealthRequest
DescribeInstanceHealthRequest. withInstances(Collection<Instance> instances)
The IDs of the instances.LoadBalancerDescription
LoadBalancerDescription. withInstances(Collection<Instance> instances)
The IDs of the instances for the load balancer.RegisterInstancesWithLoadBalancerRequest
RegisterInstancesWithLoadBalancerRequest. withInstances(Collection<Instance> instances)
The IDs of the instances.RegisterInstancesWithLoadBalancerResult
RegisterInstancesWithLoadBalancerResult. withInstances(Collection<Instance> instances)
The updated list of instances for the load balancer.Constructor parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type Instance Constructor Description DeregisterInstancesFromLoadBalancerRequest(String loadBalancerName, List<Instance> instances)
Constructs a new DeregisterInstancesFromLoadBalancerRequest object.RegisterInstancesWithLoadBalancerRequest(String loadBalancerName, List<Instance> instances)
Constructs a new RegisterInstancesWithLoadBalancerRequest object.
-