Uses of Class
software.amazon.awssdk.services.cloud9.model.EnvironmentStatus
-
Packages that use EnvironmentStatus Package Description software.amazon.awssdk.services.cloud9.model -
-
Uses of EnvironmentStatus in software.amazon.awssdk.services.cloud9.model
Methods in software.amazon.awssdk.services.cloud9.model that return EnvironmentStatus Modifier and Type Method Description static EnvironmentStatusEnvironmentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnvironmentStatusDescribeEnvironmentStatusResponse. status()The status of the environment.static EnvironmentStatusEnvironmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EnvironmentStatus[]EnvironmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloud9.model that return types with arguments of type EnvironmentStatus Modifier and Type Method Description static Set<EnvironmentStatus>EnvironmentStatus. knownValues()Methods in software.amazon.awssdk.services.cloud9.model with parameters of type EnvironmentStatus Modifier and Type Method Description DescribeEnvironmentStatusResponse.BuilderDescribeEnvironmentStatusResponse.Builder. status(EnvironmentStatus status)The status of the environment.
-