Uses of Interface
org.openstack4j.model.heat.StackUpdate
-
Packages that use StackUpdate Package Description org.openstack4j.api.heat org.openstack4j.openstack.heat.domain org.openstack4j.openstack.heat.internal -
-
Uses of StackUpdate in org.openstack4j.api.heat
Methods in org.openstack4j.api.heat with parameters of type StackUpdate Modifier and Type Method Description ActionResponseStackService. update(String stackName, String stackId, StackUpdate stackUpdate)Updates an existing Stack -
Uses of StackUpdate in org.openstack4j.openstack.heat.domain
Classes in org.openstack4j.openstack.heat.domain that implement StackUpdate Modifier and Type Class Description classHeatStackUpdateModel Entity used for updating a StackMethods in org.openstack4j.openstack.heat.domain that return StackUpdate Modifier and Type Method Description StackUpdateHeatStackUpdate.HeatStackUpdateConcreteBuilder. build()Methods in org.openstack4j.openstack.heat.domain with parameters of type StackUpdate Modifier and Type Method Description StackUpdateBuilderHeatStackUpdate.HeatStackUpdateConcreteBuilder. from(StackUpdate in) -
Uses of StackUpdate in org.openstack4j.openstack.heat.internal
Methods in org.openstack4j.openstack.heat.internal with parameters of type StackUpdate Modifier and Type Method Description ActionResponseStackServiceImpl. update(String stackName, String stackId, StackUpdate stackUpdate)
-