| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
CompatibleEnvironmentTemplateInput |
CompatibleEnvironmentTemplateInput.clone() |
CompatibleEnvironmentTemplateInput |
CompatibleEnvironmentTemplateInput.withMajorVersion(String majorVersion)
The major version of the compatible environment template.
|
CompatibleEnvironmentTemplateInput |
CompatibleEnvironmentTemplateInput.withTemplateName(String templateName)
The compatible environment template name.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompatibleEnvironmentTemplateInput> |
UpdateServiceTemplateVersionRequest.getCompatibleEnvironmentTemplates()
An array of environment template objects that are compatible with this service template version.
|
List<CompatibleEnvironmentTemplateInput> |
CreateServiceTemplateVersionRequest.getCompatibleEnvironmentTemplates()
An array of environment template objects that are compatible with the new service template version.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceTemplateVersionRequest |
UpdateServiceTemplateVersionRequest.withCompatibleEnvironmentTemplates(CompatibleEnvironmentTemplateInput... compatibleEnvironmentTemplates)
An array of environment template objects that are compatible with this service template version.
|
CreateServiceTemplateVersionRequest |
CreateServiceTemplateVersionRequest.withCompatibleEnvironmentTemplates(CompatibleEnvironmentTemplateInput... compatibleEnvironmentTemplates)
An array of environment template objects that are compatible with the new service template version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateServiceTemplateVersionRequest.setCompatibleEnvironmentTemplates(Collection<CompatibleEnvironmentTemplateInput> compatibleEnvironmentTemplates)
An array of environment template objects that are compatible with this service template version.
|
void |
CreateServiceTemplateVersionRequest.setCompatibleEnvironmentTemplates(Collection<CompatibleEnvironmentTemplateInput> compatibleEnvironmentTemplates)
An array of environment template objects that are compatible with the new service template version.
|
UpdateServiceTemplateVersionRequest |
UpdateServiceTemplateVersionRequest.withCompatibleEnvironmentTemplates(Collection<CompatibleEnvironmentTemplateInput> compatibleEnvironmentTemplates)
An array of environment template objects that are compatible with this service template version.
|
CreateServiceTemplateVersionRequest |
CreateServiceTemplateVersionRequest.withCompatibleEnvironmentTemplates(Collection<CompatibleEnvironmentTemplateInput> compatibleEnvironmentTemplates)
An array of environment template objects that are compatible with the new service template version.
|
Copyright © 2022. All rights reserved.