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