Uses of Class
software.amazon.awssdk.services.emr.model.InstanceStatus
-
Packages that use InstanceStatus Package Description software.amazon.awssdk.services.emr.model -
-
Uses of InstanceStatus in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return InstanceStatus Modifier and Type Method Description InstanceStatusInstance. status()The current status of the instance.Methods in software.amazon.awssdk.services.emr.model with parameters of type InstanceStatus Modifier and Type Method Description Instance.BuilderInstance.Builder. status(InstanceStatus status)The current status of the instance.
-