Uses of Interface
org.openstack4j.api.heat.HeatService
-
Packages that use HeatService Package Description org.openstack4j.api org.openstack4j.openstack.heat.internal org.openstack4j.openstack.internal -
-
Uses of HeatService in org.openstack4j.api
Methods in org.openstack4j.api that return HeatService Modifier and Type Method Description static HeatServiceApis. getHeatServices()Gets the (Heat) Orchestration services APIHeatServiceOSClient. heat()Returns the Heat Service API -
Uses of HeatService in org.openstack4j.openstack.heat.internal
Classes in org.openstack4j.openstack.heat.internal that implement HeatService Modifier and Type Class Description classHeatServiceImplThis class contains getters for all implementation of the available Heat services -
Uses of HeatService in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return HeatService Modifier and Type Method Description HeatServiceOSClientSession. heat()
-