Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceState
Packages that use InstanceState
-
Uses of InstanceState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceStateModifier and TypeMethodDescriptionfinal InstanceStateInstanceStateChange.currentState()The current state of the instance.final InstanceStateInstanceStatus.instanceState()The intended state of the instance.final InstanceStateInstanceStateChange.previousState()The previous state of the instance.final InstanceStateInstance.state()The current state of the instance.final InstanceStateInstanceImageMetadata.state()The current state of the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceStateModifier and TypeMethodDescriptionInstanceStateChange.Builder.currentState(InstanceState currentState) The current state of the instance.InstanceStatus.Builder.instanceState(InstanceState instanceState) The intended state of the instance.InstanceStateChange.Builder.previousState(InstanceState previousState) The previous state of the instance.Instance.Builder.state(InstanceState state) The current state of the instance.InstanceImageMetadata.Builder.state(InstanceState state) The current state of the instance.