Uses of Class
software.amazon.awssdk.services.proton.model.CompatibleEnvironmentTemplate
-
Packages that use CompatibleEnvironmentTemplate Package Description software.amazon.awssdk.services.proton.model -
-
Uses of CompatibleEnvironmentTemplate in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type CompatibleEnvironmentTemplate Modifier and Type Method Description List<CompatibleEnvironmentTemplate>ServiceTemplateVersion. compatibleEnvironmentTemplates()An array of compatible environment template names for the major version of a service template.Methods in software.amazon.awssdk.services.proton.model with parameters of type CompatibleEnvironmentTemplate Modifier and Type Method Description ServiceTemplateVersion.BuilderServiceTemplateVersion.Builder. compatibleEnvironmentTemplates(CompatibleEnvironmentTemplate... compatibleEnvironmentTemplates)An array of compatible environment template names for the major version of a service template.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type CompatibleEnvironmentTemplate Modifier and Type Method Description ServiceTemplateVersion.BuilderServiceTemplateVersion.Builder. compatibleEnvironmentTemplates(Collection<CompatibleEnvironmentTemplate> compatibleEnvironmentTemplates)An array of compatible environment template names for the major version of a service template.
-