Uses of Class
software.amazon.awssdk.services.lightsail.model.InstanceState
-
Packages that use InstanceState Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of InstanceState in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return InstanceState Modifier and Type Method Description InstanceStateGetInstanceStateResponse. state()The state of the instance.InstanceStateInstance. state()The status code and the state (running) for the instance.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type InstanceState Modifier and Type Method Description GetInstanceStateResponse.BuilderGetInstanceStateResponse.Builder. state(InstanceState state)The state of the instance.Instance.BuilderInstance.Builder. state(InstanceState state)The status code and the state (running) for the instance.
-