Uses of Class
software.amazon.awssdk.services.datazone.model.EnvironmentStatus
-
Packages that use EnvironmentStatus Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of EnvironmentStatus in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.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.EnvironmentStatusCreateEnvironmentResponse. status()The status of this Amazon DataZone environment.EnvironmentStatusEnvironmentSummary. status()The status of the environment.EnvironmentStatusGetEnvironmentResponse. status()The status of this Amazon DataZone environment.EnvironmentStatusListEnvironmentsRequest. status()The status of the environments that you want to list.EnvironmentStatusUpdateEnvironmentResponse. status()The status to be updated as part of theUpdateEnvironmentaction.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.datazone.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.datazone.model with parameters of type EnvironmentStatus Modifier and Type Method Description CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. status(EnvironmentStatus status)The status of this Amazon DataZone environment.EnvironmentSummary.BuilderEnvironmentSummary.Builder. status(EnvironmentStatus status)The status of the environment.GetEnvironmentResponse.BuilderGetEnvironmentResponse.Builder. status(EnvironmentStatus status)The status of this Amazon DataZone environment.ListEnvironmentsRequest.BuilderListEnvironmentsRequest.Builder. status(EnvironmentStatus status)The status of the environments that you want to list.UpdateEnvironmentResponse.BuilderUpdateEnvironmentResponse.Builder. status(EnvironmentStatus status)The status to be updated as part of theUpdateEnvironmentaction.
-