Uses of Class
software.amazon.awssdk.services.codecatalyst.model.DevEnvironmentStatus
-
Packages that use DevEnvironmentStatus Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of DevEnvironmentStatus in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return DevEnvironmentStatus Modifier and Type Method Description static DevEnvironmentStatusDevEnvironmentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DevEnvironmentStatusDevEnvironmentSummary. status()The status of the Dev Environment.DevEnvironmentStatusGetDevEnvironmentResponse. status()The current status of the Dev Environment.DevEnvironmentStatusStartDevEnvironmentResponse. status()The status of the Dev Environment.DevEnvironmentStatusStopDevEnvironmentResponse. status()The status of the Dev Environment.static DevEnvironmentStatusDevEnvironmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DevEnvironmentStatus[]DevEnvironmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type DevEnvironmentStatus Modifier and Type Method Description static Set<DevEnvironmentStatus>DevEnvironmentStatus. knownValues()Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type DevEnvironmentStatus Modifier and Type Method Description DevEnvironmentSummary.BuilderDevEnvironmentSummary.Builder. status(DevEnvironmentStatus status)The status of the Dev Environment.GetDevEnvironmentResponse.BuilderGetDevEnvironmentResponse.Builder. status(DevEnvironmentStatus status)The current status of the Dev Environment.StartDevEnvironmentResponse.BuilderStartDevEnvironmentResponse.Builder. status(DevEnvironmentStatus status)The status of the Dev Environment.StopDevEnvironmentResponse.BuilderStopDevEnvironmentResponse.Builder. status(DevEnvironmentStatus status)The status of the Dev Environment.
-