Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.InstanceState
Packages that use InstanceState
-
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 InstanceStateModifier and TypeMethodDescriptionfinal List<InstanceState>DescribeInstanceHealthResponse.instanceStates()Information about the health of the instances.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type InstanceStateModifier and TypeMethodDescriptionDescribeInstanceHealthResponse.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 InstanceStateModifier and TypeMethodDescriptionDescribeInstanceHealthResponse.Builder.instanceStates(Collection<InstanceState> instanceStates) Information about the health of the instances.