Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.Instance
Packages that use Instance
-
Uses of Instance in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type InstanceModifier and TypeMethodDescriptionDeregisterInstancesFromLoadBalancerRequest.instances()The IDs of the instances.DeregisterInstancesFromLoadBalancerResponse.instances()The remaining instances registered with the load balancer.DescribeInstanceHealthRequest.instances()The IDs of the instances.LoadBalancerDescription.instances()The IDs of the instances for the load balancer.RegisterInstancesWithLoadBalancerRequest.instances()The IDs of the instances.RegisterInstancesWithLoadBalancerResponse.instances()The updated list of instances for the load balancer.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type InstanceModifier and TypeMethodDescriptionThe IDs of the instances.The remaining instances registered with the load balancer.The IDs of the instances.The IDs of the instances for the load balancer.The IDs of the instances.The updated list of instances for the load balancer.Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type InstanceModifier and TypeMethodDescriptionDeregisterInstancesFromLoadBalancerRequest.Builder.instances(Collection<Instance> instances) The IDs of the instances.DeregisterInstancesFromLoadBalancerResponse.Builder.instances(Collection<Instance> instances) The remaining instances registered with the load balancer.DescribeInstanceHealthRequest.Builder.instances(Collection<Instance> instances) The IDs of the instances.LoadBalancerDescription.Builder.instances(Collection<Instance> instances) The IDs of the instances for the load balancer.RegisterInstancesWithLoadBalancerRequest.Builder.instances(Collection<Instance> instances) The IDs of the instances.RegisterInstancesWithLoadBalancerResponse.Builder.instances(Collection<Instance> instances) The updated list of instances for the load balancer.