| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
CompatibleEnvironmentTemplate |
CompatibleEnvironmentTemplate.clone() |
CompatibleEnvironmentTemplate |
CompatibleEnvironmentTemplate.withMajorVersion(String majorVersion)
The major version of the compatible environment template.
|
CompatibleEnvironmentTemplate |
CompatibleEnvironmentTemplate.withTemplateName(String templateName)
The compatible environment template name.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompatibleEnvironmentTemplate> |
ServiceTemplateVersion.getCompatibleEnvironmentTemplates()
An array of compatible environment template names for the major version of a service template.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceTemplateVersion |
ServiceTemplateVersion.withCompatibleEnvironmentTemplates(CompatibleEnvironmentTemplate... compatibleEnvironmentTemplates)
An array of compatible environment template names for the major version of a service template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceTemplateVersion.setCompatibleEnvironmentTemplates(Collection<CompatibleEnvironmentTemplate> compatibleEnvironmentTemplates)
An array of compatible environment template names for the major version of a service template.
|
ServiceTemplateVersion |
ServiceTemplateVersion.withCompatibleEnvironmentTemplates(Collection<CompatibleEnvironmentTemplate> compatibleEnvironmentTemplates)
An array of compatible environment template names for the major version of a service template.
|
Copyright © 2024. All rights reserved.