| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentTemplateSummary |
EnvironmentTemplateSummary.clone() |
EnvironmentTemplateSummary |
EnvironmentTemplateSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the environment template.
|
EnvironmentTemplateSummary |
EnvironmentTemplateSummary.withCreatedAt(Date createdAt)
The time when the environment template was created.
|
EnvironmentTemplateSummary |
EnvironmentTemplateSummary.withDescription(String description)
A description of the environment template.
|
EnvironmentTemplateSummary |
EnvironmentTemplateSummary.withDisplayName(String displayName)
The name of the environment template as displayed in the developer interface.
|
EnvironmentTemplateSummary |
EnvironmentTemplateSummary.withLastModifiedAt(Date lastModifiedAt)
The time when the environment template was last modified.
|
EnvironmentTemplateSummary |
EnvironmentTemplateSummary.withName(String name)
The name of the environment template.
|
EnvironmentTemplateSummary |
EnvironmentTemplateSummary.withProvisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
EnvironmentTemplateSummary |
EnvironmentTemplateSummary.withProvisioning(String provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
EnvironmentTemplateSummary |
EnvironmentTemplateSummary.withRecommendedVersion(String recommendedVersion)
The recommended version of the environment template.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentTemplateSummary> |
ListEnvironmentTemplatesResult.getTemplates()
An array of environment templates with detail data.
|
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentTemplatesResult |
ListEnvironmentTemplatesResult.withTemplates(EnvironmentTemplateSummary... templates)
An array of environment templates with detail data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnvironmentTemplatesResult.setTemplates(Collection<EnvironmentTemplateSummary> templates)
An array of environment templates with detail data.
|
ListEnvironmentTemplatesResult |
ListEnvironmentTemplatesResult.withTemplates(Collection<EnvironmentTemplateSummary> templates)
An array of environment templates with detail data.
|
Copyright © 2025. All rights reserved.