Uses of Class
software.amazon.awssdk.services.proton.model.TemplateVersionStatus
-
Packages that use TemplateVersionStatus Package Description software.amazon.awssdk.services.proton.model -
-
Uses of TemplateVersionStatus in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return TemplateVersionStatus Modifier and Type Method Description static TemplateVersionStatusTemplateVersionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TemplateVersionStatusEnvironmentTemplateVersion. status()The status of the version of an environment template.TemplateVersionStatusEnvironmentTemplateVersionSummary. status()The status of the version of an environment template.TemplateVersionStatusServiceTemplateVersion. status()The service template version status.TemplateVersionStatusServiceTemplateVersionSummary. status()The service template minor version status.TemplateVersionStatusUpdateEnvironmentTemplateVersionRequest. status()The status of the environment template minor version to update.TemplateVersionStatusUpdateServiceTemplateVersionRequest. status()The status of the service template minor version to update.static TemplateVersionStatusTemplateVersionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateVersionStatus[]TemplateVersionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type TemplateVersionStatus Modifier and Type Method Description static Set<TemplateVersionStatus>TemplateVersionStatus. knownValues()Methods in software.amazon.awssdk.services.proton.model with parameters of type TemplateVersionStatus Modifier and Type Method Description EnvironmentTemplateVersion.BuilderEnvironmentTemplateVersion.Builder. status(TemplateVersionStatus status)The status of the version of an environment template.EnvironmentTemplateVersionSummary.BuilderEnvironmentTemplateVersionSummary.Builder. status(TemplateVersionStatus status)The status of the version of an environment template.ServiceTemplateVersion.BuilderServiceTemplateVersion.Builder. status(TemplateVersionStatus status)The service template version status.ServiceTemplateVersionSummary.BuilderServiceTemplateVersionSummary.Builder. status(TemplateVersionStatus status)The service template minor version status.UpdateEnvironmentTemplateVersionRequest.BuilderUpdateEnvironmentTemplateVersionRequest.Builder. status(TemplateVersionStatus status)The status of the environment template minor version to update.UpdateServiceTemplateVersionRequest.BuilderUpdateServiceTemplateVersionRequest.Builder. status(TemplateVersionStatus status)The status of the service template minor version to update.
-