Uses of Class
software.amazon.awssdk.services.appconfig.model.EnvironmentState
-
Packages that use EnvironmentState Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of EnvironmentState in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return EnvironmentState Modifier and Type Method Description static EnvironmentStateEnvironmentState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnvironmentStateCreateEnvironmentResponse. state()The state of the environment.EnvironmentStateEnvironment. state()The state of the environment.EnvironmentStateGetEnvironmentResponse. state()The state of the environment.EnvironmentStateUpdateEnvironmentResponse. state()The state of the environment.static EnvironmentStateEnvironmentState. valueOf(String name)Returns the enum constant of this type with the specified name.static EnvironmentState[]EnvironmentState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type EnvironmentState Modifier and Type Method Description static Set<EnvironmentState>EnvironmentState. knownValues()Methods in software.amazon.awssdk.services.appconfig.model with parameters of type EnvironmentState Modifier and Type Method Description CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. state(EnvironmentState state)The state of the environment.Environment.BuilderEnvironment.Builder. state(EnvironmentState state)The state of the environment.GetEnvironmentResponse.BuilderGetEnvironmentResponse.Builder. state(EnvironmentState state)The state of the environment.UpdateEnvironmentResponse.BuilderUpdateEnvironmentResponse.Builder. state(EnvironmentState state)The state of the environment.
-