| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
static TemplateVersionStatus |
TemplateVersionStatus.fromValue(String value)
Use this in place of valueOf.
|
static TemplateVersionStatus |
TemplateVersionStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceTemplateVersionSummary |
ServiceTemplateVersionSummary.withStatus(TemplateVersionStatus status)
The service template minor version status.
|
UpdateServiceTemplateVersionRequest |
UpdateServiceTemplateVersionRequest.withStatus(TemplateVersionStatus status)
The status of the service template minor version to update.
|
UpdateEnvironmentTemplateVersionRequest |
UpdateEnvironmentTemplateVersionRequest.withStatus(TemplateVersionStatus status)
The status of the environment template minor version to update.
|
EnvironmentTemplateVersion |
EnvironmentTemplateVersion.withStatus(TemplateVersionStatus status)
The status of the version of an environment template.
|
EnvironmentTemplateVersionSummary |
EnvironmentTemplateVersionSummary.withStatus(TemplateVersionStatus status)
The status of the version of an environment template.
|
ServiceTemplateVersion |
ServiceTemplateVersion.withStatus(TemplateVersionStatus status)
The service template version status.
|
Copyright © 2024. All rights reserved.