| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentTemplateVersionSummary |
EnvironmentTemplateVersionSummary.clone() |
EnvironmentTemplateVersionSummary |
EnvironmentTemplateVersionSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the version of an environment template.
|
EnvironmentTemplateVersionSummary |
EnvironmentTemplateVersionSummary.withCreatedAt(Date createdAt)
The time when the version of an environment template was created.
|
EnvironmentTemplateVersionSummary |
EnvironmentTemplateVersionSummary.withDescription(String description)
A description of the version of an environment template.
|
EnvironmentTemplateVersionSummary |
EnvironmentTemplateVersionSummary.withLastModifiedAt(Date lastModifiedAt)
The time when the version of an environment template was last modified.
|
EnvironmentTemplateVersionSummary |
EnvironmentTemplateVersionSummary.withMajorVersion(String majorVersion)
The latest major version that's associated with the version of an environment template.
|
EnvironmentTemplateVersionSummary |
EnvironmentTemplateVersionSummary.withMinorVersion(String minorVersion)
The version of an environment template.
|
EnvironmentTemplateVersionSummary |
EnvironmentTemplateVersionSummary.withRecommendedMinorVersion(String recommendedMinorVersion)
The recommended minor version of the environment template.
|
EnvironmentTemplateVersionSummary |
EnvironmentTemplateVersionSummary.withStatus(String status)
The status of the version of an environment template.
|
EnvironmentTemplateVersionSummary |
EnvironmentTemplateVersionSummary.withStatus(TemplateVersionStatus status)
The status of the version of an environment template.
|
EnvironmentTemplateVersionSummary |
EnvironmentTemplateVersionSummary.withStatusMessage(String statusMessage)
The status message of the version of an environment template.
|
EnvironmentTemplateVersionSummary |
EnvironmentTemplateVersionSummary.withTemplateName(String templateName)
The name of the environment template.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentTemplateVersionSummary> |
ListEnvironmentTemplateVersionsResult.getTemplateVersions()
An array of major or minor versions of an environment template detail data.
|
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentTemplateVersionsResult |
ListEnvironmentTemplateVersionsResult.withTemplateVersions(EnvironmentTemplateVersionSummary... templateVersions)
An array of major or minor versions of an environment template detail data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnvironmentTemplateVersionsResult.setTemplateVersions(Collection<EnvironmentTemplateVersionSummary> templateVersions)
An array of major or minor versions of an environment template detail data.
|
ListEnvironmentTemplateVersionsResult |
ListEnvironmentTemplateVersionsResult.withTemplateVersions(Collection<EnvironmentTemplateVersionSummary> templateVersions)
An array of major or minor versions of an environment template detail data.
|
Copyright © 2023. All rights reserved.