Uses of Class
software.amazon.awssdk.services.datazone.model.OverallDeploymentStatus
-
Packages that use OverallDeploymentStatus Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of OverallDeploymentStatus in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return OverallDeploymentStatus Modifier and Type Method Description static OverallDeploymentStatusOverallDeploymentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OverallDeploymentStatusEnvironmentDeploymentDetails. overallDeploymentStatus()The overall deployment status of the environment.static OverallDeploymentStatusOverallDeploymentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OverallDeploymentStatus[]OverallDeploymentStatus. 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 OverallDeploymentStatus Modifier and Type Method Description static Set<OverallDeploymentStatus>OverallDeploymentStatus. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type OverallDeploymentStatus Modifier and Type Method Description EnvironmentDeploymentDetails.BuilderEnvironmentDeploymentDetails.Builder. overallDeploymentStatus(OverallDeploymentStatus overallDeploymentStatus)The overall deployment status of the environment.
-