Uses of Class
software.amazon.awssdk.services.finspace.model.EnvironmentStatus
-
Packages that use EnvironmentStatus Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of EnvironmentStatus in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return EnvironmentStatus Modifier and Type Method Description static EnvironmentStatusEnvironmentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnvironmentStatusCreateKxEnvironmentResponse. status()The status of the kdb environment.EnvironmentStatusEnvironment. status()The current status of creation of the FinSpace environment.EnvironmentStatusGetKxEnvironmentResponse. status()The status of the kdb environment.EnvironmentStatusKxEnvironment. status()The status of the environment creation.EnvironmentStatusUpdateKxEnvironmentNetworkResponse. status()The status of the kdb environment.EnvironmentStatusUpdateKxEnvironmentResponse. status()The status of the kdb environment.static EnvironmentStatusEnvironmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EnvironmentStatus[]EnvironmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type EnvironmentStatus Modifier and Type Method Description static Set<EnvironmentStatus>EnvironmentStatus. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type EnvironmentStatus Modifier and Type Method Description CreateKxEnvironmentResponse.BuilderCreateKxEnvironmentResponse.Builder. status(EnvironmentStatus status)The status of the kdb environment.Environment.BuilderEnvironment.Builder. status(EnvironmentStatus status)The current status of creation of the FinSpace environment.GetKxEnvironmentResponse.BuilderGetKxEnvironmentResponse.Builder. status(EnvironmentStatus status)The status of the kdb environment.KxEnvironment.BuilderKxEnvironment.Builder. status(EnvironmentStatus status)The status of the environment creation.UpdateKxEnvironmentNetworkResponse.BuilderUpdateKxEnvironmentNetworkResponse.Builder. status(EnvironmentStatus status)The status of the kdb environment.UpdateKxEnvironmentResponse.BuilderUpdateKxEnvironmentResponse.Builder. status(EnvironmentStatus status)The status of the kdb environment.
-