Uses of Class
com.amazonaws.services.elasticloadbalancing.model.Instance
Packages that use Instance
-
Uses of Instance in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return InstanceModifier and TypeMethodDescriptionInstance.clone()Instance.withInstanceId(String instanceId) The ID of the instance.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type InstanceModifier and TypeMethodDescriptionDeregisterInstancesFromLoadBalancerRequest.getInstances()The IDs of the instances.DeregisterInstancesFromLoadBalancerResult.getInstances()The remaining instances registered with the load balancer.DescribeInstanceHealthRequest.getInstances()The IDs of the instances.LoadBalancerDescription.getInstances()The IDs of the instances for the load balancer.RegisterInstancesWithLoadBalancerRequest.getInstances()The IDs of the instances.RegisterInstancesWithLoadBalancerResult.getInstances()The updated list of instances for the load balancer.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type InstanceModifier and TypeMethodDescriptionDeregisterInstancesFromLoadBalancerRequest.withInstances(Instance... instances) The IDs of the instances.DeregisterInstancesFromLoadBalancerResult.withInstances(Instance... instances) The remaining instances registered with the load balancer.DescribeInstanceHealthRequest.withInstances(Instance... instances) The IDs of the instances.LoadBalancerDescription.withInstances(Instance... instances) The IDs of the instances for the load balancer.RegisterInstancesWithLoadBalancerRequest.withInstances(Instance... instances) The IDs of the instances.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 InstanceModifier and TypeMethodDescriptionvoidDeregisterInstancesFromLoadBalancerRequest.setInstances(Collection<Instance> instances) The IDs of the instances.voidDeregisterInstancesFromLoadBalancerResult.setInstances(Collection<Instance> instances) The remaining instances registered with the load balancer.voidDescribeInstanceHealthRequest.setInstances(Collection<Instance> instances) The IDs of the instances.voidLoadBalancerDescription.setInstances(Collection<Instance> instances) The IDs of the instances for the load balancer.voidRegisterInstancesWithLoadBalancerRequest.setInstances(Collection<Instance> instances) The IDs of the instances.voidRegisterInstancesWithLoadBalancerResult.setInstances(Collection<Instance> instances) The updated list of instances for the load balancer.DeregisterInstancesFromLoadBalancerRequest.withInstances(Collection<Instance> instances) The IDs of the instances.DeregisterInstancesFromLoadBalancerResult.withInstances(Collection<Instance> instances) The remaining instances registered with the load balancer.DescribeInstanceHealthRequest.withInstances(Collection<Instance> instances) The IDs of the instances.LoadBalancerDescription.withInstances(Collection<Instance> instances) The IDs of the instances for the load balancer.RegisterInstancesWithLoadBalancerRequest.withInstances(Collection<Instance> instances) The IDs of the instances.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 InstanceModifierConstructorDescriptionDeregisterInstancesFromLoadBalancerRequest(String loadBalancerName, List<Instance> instances) Constructs a new DeregisterInstancesFromLoadBalancerRequest object.RegisterInstancesWithLoadBalancerRequest(String loadBalancerName, List<Instance> instances) Constructs a new RegisterInstancesWithLoadBalancerRequest object.