Class HeatServiceImpl

    • Constructor Detail

      • HeatServiceImpl

        public HeatServiceImpl()
    • Method Detail

      • stacks

        public StackService stacks()
        Description copied from interface: HeatService
        Service implementation which provides methods for manipulation of stacks
        Specified by:
        stacks in interface HeatService
        Returns:
        StackService
      • templates

        public TemplateService templates()
        Description copied from interface: HeatService
        Service implementation which provides methods for validating Templates
        Specified by:
        templates in interface HeatService
        Returns:
        TemplateService
      • events

        public EventsService events()
        Description copied from interface: HeatService
        Service implementation which provides methods for Events
        Specified by:
        events in interface HeatService
        Returns:
        EventsService