Uses of Class
software.amazon.awssdk.services.proton.model.CompatibleEnvironmentTemplateInput
-
Packages that use CompatibleEnvironmentTemplateInput Package Description software.amazon.awssdk.services.proton.model -
-
Uses of CompatibleEnvironmentTemplateInput in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type CompatibleEnvironmentTemplateInput Modifier and Type Method 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.Methods in software.amazon.awssdk.services.proton.model with parameters of type CompatibleEnvironmentTemplateInput Modifier and Type Method Description CreateServiceTemplateVersionRequest.BuilderCreateServiceTemplateVersionRequest.Builder. compatibleEnvironmentTemplates(CompatibleEnvironmentTemplateInput... compatibleEnvironmentTemplates)An array of environment template objects that are compatible with the new service template version.UpdateServiceTemplateVersionRequest.BuilderUpdateServiceTemplateVersionRequest.Builder. compatibleEnvironmentTemplates(CompatibleEnvironmentTemplateInput... compatibleEnvironmentTemplates)An array of environment template objects that are compatible with this service template version.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type CompatibleEnvironmentTemplateInput Modifier and Type Method Description CreateServiceTemplateVersionRequest.BuilderCreateServiceTemplateVersionRequest.Builder. compatibleEnvironmentTemplates(Collection<CompatibleEnvironmentTemplateInput> compatibleEnvironmentTemplates)An array of environment template objects that are compatible with the new service template version.UpdateServiceTemplateVersionRequest.BuilderUpdateServiceTemplateVersionRequest.Builder. compatibleEnvironmentTemplates(Collection<CompatibleEnvironmentTemplateInput> compatibleEnvironmentTemplates)An array of environment template objects that are compatible with this service template version.
-