Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ApplicationDescription
Packages that use ApplicationDescription
-
Uses of ApplicationDescription in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ApplicationDescriptionModifier and TypeMethodDescriptionApplicationDescription.clone()CreateApplicationResult.getApplication()The ApplicationDescription of the application.UpdateApplicationResult.getApplication()The ApplicationDescription of the application.ApplicationDescription.withApplicationName(String applicationName) The name of the application.ApplicationDescription.withConfigurationTemplates(String... configurationTemplates) The names of the configuration templates associated with this application.ApplicationDescription.withConfigurationTemplates(Collection<String> configurationTemplates) The names of the configuration templates associated with this application.ApplicationDescription.withDateCreated(Date dateCreated) The date when the application was created.ApplicationDescription.withDateUpdated(Date dateUpdated) The date when the application was last modified.ApplicationDescription.withDescription(String description) User-defined description of the application.ApplicationDescription.withVersions(String... versions) The names of the versions for this application.ApplicationDescription.withVersions(Collection<String> versions) The names of the versions for this application.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type ApplicationDescriptionModifier and TypeMethodDescriptionDescribeApplicationsResult.getApplications()This parameter contains a list of ApplicationDescription.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ApplicationDescriptionModifier and TypeMethodDescriptionvoidCreateApplicationResult.setApplication(ApplicationDescription application) The ApplicationDescription of the application.voidUpdateApplicationResult.setApplication(ApplicationDescription application) The ApplicationDescription of the application.CreateApplicationResult.withApplication(ApplicationDescription application) The ApplicationDescription of the application.UpdateApplicationResult.withApplication(ApplicationDescription application) The ApplicationDescription of the application.DescribeApplicationsResult.withApplications(ApplicationDescription... applications) This parameter contains a list of ApplicationDescription.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ApplicationDescriptionModifier and TypeMethodDescriptionvoidDescribeApplicationsResult.setApplications(Collection<ApplicationDescription> applications) This parameter contains a list of ApplicationDescription.DescribeApplicationsResult.withApplications(Collection<ApplicationDescription> applications) This parameter contains a list of ApplicationDescription.