| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
static TemplateVersionStatus |
TemplateVersionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TemplateVersionStatus |
EnvironmentTemplateVersion.status()
The status of the version of an environment template.
|
TemplateVersionStatus |
ServiceTemplateVersionSummary.status()
The service template minor version status.
|
TemplateVersionStatus |
EnvironmentTemplateVersionSummary.status()
The status of the version of an environment template.
|
TemplateVersionStatus |
UpdateServiceTemplateVersionRequest.status()
The status of the service template minor version to update.
|
TemplateVersionStatus |
UpdateEnvironmentTemplateVersionRequest.status()
The status of the environment template minor version to update.
|
TemplateVersionStatus |
ServiceTemplateVersion.status()
The service template version status.
|
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 |
|---|---|
static Set<TemplateVersionStatus> |
TemplateVersionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentTemplateVersion.Builder |
EnvironmentTemplateVersion.Builder.status(TemplateVersionStatus status)
The status of the version of an environment template.
|
ServiceTemplateVersionSummary.Builder |
ServiceTemplateVersionSummary.Builder.status(TemplateVersionStatus status)
The service template minor version status.
|
EnvironmentTemplateVersionSummary.Builder |
EnvironmentTemplateVersionSummary.Builder.status(TemplateVersionStatus status)
The status of the version of an environment template.
|
UpdateServiceTemplateVersionRequest.Builder |
UpdateServiceTemplateVersionRequest.Builder.status(TemplateVersionStatus status)
The status of the service template minor version to update.
|
UpdateEnvironmentTemplateVersionRequest.Builder |
UpdateEnvironmentTemplateVersionRequest.Builder.status(TemplateVersionStatus status)
The status of the environment template minor version to update.
|
ServiceTemplateVersion.Builder |
ServiceTemplateVersion.Builder.status(TemplateVersionStatus status)
The service template version status.
|
Copyright © 2023. All rights reserved.