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