Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceState
-
Packages that use InstanceState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceState Modifier and Type Method Description InstanceStateInstanceStateChange. currentState()The current state of the instance.InstanceStateInstanceStatus. instanceState()The intended state of the instance.InstanceStateInstanceStateChange. previousState()The previous state of the instance.InstanceStateInstance. state()The current state of the instance.InstanceStateInstanceImageMetadata. state()The current state of the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceState Modifier and Type Method Description InstanceStateChange.BuilderInstanceStateChange.Builder. currentState(InstanceState currentState)The current state of the instance.InstanceStatus.BuilderInstanceStatus.Builder. instanceState(InstanceState instanceState)The intended state of the instance.InstanceStateChange.BuilderInstanceStateChange.Builder. previousState(InstanceState previousState)The previous state of the instance.Instance.BuilderInstance.Builder. state(InstanceState state)The current state of the instance.InstanceImageMetadata.BuilderInstanceImageMetadata.Builder. state(InstanceState state)The current state of the instance.
-