Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.InstanceState
-
Packages that use InstanceState Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of InstanceState in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type InstanceState Modifier and Type Method Description List<InstanceState>DescribeInstanceHealthResponse. instanceStates()Information about the health of the instances.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type InstanceState Modifier and Type Method Description DescribeInstanceHealthResponse.BuilderDescribeInstanceHealthResponse.Builder. instanceStates(InstanceState... instanceStates)Information about the health of the instances.Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type InstanceState Modifier and Type Method Description DescribeInstanceHealthResponse.BuilderDescribeInstanceHealthResponse.Builder. instanceStates(Collection<InstanceState> instanceStates)Information about the health of the instances.
-