Uses of Class
software.amazon.awssdk.services.cloud9.model.EnvironmentType
-
Packages that use EnvironmentType Package Description software.amazon.awssdk.services.cloud9.model -
-
Uses of EnvironmentType in software.amazon.awssdk.services.cloud9.model
Methods in software.amazon.awssdk.services.cloud9.model that return EnvironmentType Modifier and Type Method Description static EnvironmentTypeEnvironmentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnvironmentTypeEnvironment. type()The type of environment.static EnvironmentTypeEnvironmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnvironmentType[]EnvironmentType. 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 EnvironmentType Modifier and Type Method Description static Set<EnvironmentType>EnvironmentType. knownValues()Methods in software.amazon.awssdk.services.cloud9.model with parameters of type EnvironmentType Modifier and Type Method Description Environment.BuilderEnvironment.Builder. type(EnvironmentType type)The type of environment.
-