| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
List<CompatibleEnvironmentTemplateInput> |
CreateServiceTemplateVersionRequest.compatibleEnvironmentTemplates()
An array of environment template objects that are compatible with the new service template version.
|
List<CompatibleEnvironmentTemplateInput> |
UpdateServiceTemplateVersionRequest.compatibleEnvironmentTemplates()
An array of environment template objects that are compatible with this service template version.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceTemplateVersionRequest.Builder |
CreateServiceTemplateVersionRequest.Builder.compatibleEnvironmentTemplates(CompatibleEnvironmentTemplateInput... compatibleEnvironmentTemplates)
An array of environment template objects that are compatible with the new service template version.
|
UpdateServiceTemplateVersionRequest.Builder |
UpdateServiceTemplateVersionRequest.Builder.compatibleEnvironmentTemplates(CompatibleEnvironmentTemplateInput... compatibleEnvironmentTemplates)
An array of environment template objects that are compatible with this service template version.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceTemplateVersionRequest.Builder |
CreateServiceTemplateVersionRequest.Builder.compatibleEnvironmentTemplates(Collection<CompatibleEnvironmentTemplateInput> compatibleEnvironmentTemplates)
An array of environment template objects that are compatible with the new service template version.
|
UpdateServiceTemplateVersionRequest.Builder |
UpdateServiceTemplateVersionRequest.Builder.compatibleEnvironmentTemplates(Collection<CompatibleEnvironmentTemplateInput> compatibleEnvironmentTemplates)
An array of environment template objects that are compatible with this service template version.
|
Copyright © 2023. All rights reserved.