Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ApplicationDescription

Packages that use ApplicationDescription
com.amazonaws.services.elasticbeanstalk.model Classes modeling the various types represented by AWSElasticBeanstalk. 
 

Uses of ApplicationDescription in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return ApplicationDescription
 ApplicationDescription UpdateApplicationResult.getApplication()
          The ApplicationDescription of the application.
 ApplicationDescription CreateApplicationResult.getApplication()
          The ApplicationDescription of the application.
 ApplicationDescription ApplicationDescription.withApplicationName(String applicationName)
          The name of the application.
 ApplicationDescription ApplicationDescription.withConfigurationTemplates(Collection<String> configurationTemplates)
          The names of the configuration templates associated with this application.
 ApplicationDescription ApplicationDescription.withConfigurationTemplates(String... configurationTemplates)
          The names of the configuration templates associated with this application.
 ApplicationDescription ApplicationDescription.withDateCreated(Date dateCreated)
          The date when the application was created.
 ApplicationDescription ApplicationDescription.withDateUpdated(Date dateUpdated)
          The date when the application was last modified.
 ApplicationDescription ApplicationDescription.withDescription(String description)
          User-defined description of the application.
 ApplicationDescription ApplicationDescription.withVersions(Collection<String> versions)
          The names of the versions for this application.
 ApplicationDescription ApplicationDescription.withVersions(String... versions)
          The names of the versions for this application.
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type ApplicationDescription
 List<ApplicationDescription> DescribeApplicationsResult.getApplications()
          This parameter contains a list of ApplicationDescription.
 

Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ApplicationDescription
 void UpdateApplicationResult.setApplication(ApplicationDescription application)
          The ApplicationDescription of the application.
 void CreateApplicationResult.setApplication(ApplicationDescription application)
          The ApplicationDescription of the application.
 UpdateApplicationResult UpdateApplicationResult.withApplication(ApplicationDescription application)
          The ApplicationDescription of the application.
 CreateApplicationResult CreateApplicationResult.withApplication(ApplicationDescription application)
          The ApplicationDescription of the application.
 DescribeApplicationsResult DescribeApplicationsResult.withApplications(ApplicationDescription... applications)
          This parameter contains a list of ApplicationDescription.
 

Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ApplicationDescription
 void DescribeApplicationsResult.setApplications(Collection<ApplicationDescription> applications)
          This parameter contains a list of ApplicationDescription.
 DescribeApplicationsResult DescribeApplicationsResult.withApplications(Collection<ApplicationDescription> applications)
          This parameter contains a list of ApplicationDescription.
 



Copyright © 2016. All rights reserved.