Interface HeatService

  • All Superinterfaces:
    RestService
    All Known Implementing Classes:
    HeatServiceImpl

    public interface HeatService
    extends RestService
    This interface containts all available HeatServices
    Author:
    Matthias Reisser
    • Method Detail

      • stacks

        StackService stacks()
        Service implementation which provides methods for manipulation of stacks
        Returns:
        StackService
      • templates

        TemplateService templates()
        Service implementation which provides methods for validating Templates
        Returns:
        TemplateService
      • events

        EventsService events()
        Service implementation which provides methods for Events
        Returns:
        EventsService
      • resources

        ResourcesService resources()
        Service implementation which provides methods for Resources
        Returns:
        ResourcesService
      • softwareConfig

        SoftwareConfigService softwareConfig()
        Service implementation which provides methods for Software Configurations
        Returns:
        SoftwareConfigService