Package com.amazonaws.services.elasticbeanstalk.model

Examples of com.amazonaws.services.elasticbeanstalk.model.DeleteConfigurationTemplateRequest


    return null;
  }

  void deleteConfiguration(String templateName) {
   
    DeleteConfigurationTemplateRequest req = new DeleteConfigurationTemplateRequest(applicationName, templateName);
   
    getService().deleteConfigurationTemplate(req);
  }
View Full Code Here


    return null;
  }

  void deleteConfiguration(String templateName) {
   
    DeleteConfigurationTemplateRequest req = new DeleteConfigurationTemplateRequest(applicationName, templateName);
   
    getService().deleteConfigurationTemplate(req);
  }
View Full Code Here

    return null;
  }

  void deleteConfiguration(String templateName) {
   
    DeleteConfigurationTemplateRequest req = new DeleteConfigurationTemplateRequest(applicationName, templateName);
   
    getService().deleteConfigurationTemplate(req);
  }
View Full Code Here

TOP

Related Classes of com.amazonaws.services.elasticbeanstalk.model.DeleteConfigurationTemplateRequest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.