Uses of Class
org.openstack4j.model.heat.TemplateResponse
-
Packages that use TemplateResponse Package Description org.openstack4j.api.heat org.openstack4j.model.heat org.openstack4j.openstack.heat.internal -
-
Uses of TemplateResponse in org.openstack4j.api.heat
Methods in org.openstack4j.api.heat that return TemplateResponse Modifier and Type Method Description TemplateResponseTemplateService. validateTemplate(String template)Validates the templateTemplateResponseTemplateService. validateTemplate(Template template)Validates the templateTemplateResponseTemplateService. validateTemplateByURL(String templateURL)Validates the template -
Uses of TemplateResponse in org.openstack4j.model.heat
Methods in org.openstack4j.model.heat that return TemplateResponse Modifier and Type Method Description static TemplateResponseTemplateResponse. fail(String message)static TemplateResponseTemplateResponse. success() -
Uses of TemplateResponse in org.openstack4j.openstack.heat.internal
Methods in org.openstack4j.openstack.heat.internal that return TemplateResponse Modifier and Type Method Description TemplateResponseTemplateServiceImpl. validateTemplate(String template)Validates the templateTemplateResponseTemplateServiceImpl. validateTemplate(Template template)Validates the templateTemplateResponseTemplateServiceImpl. validateTemplateByURL(String templateURL)Validates the template
-