Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ApplicationDescription
-
Packages that use ApplicationDescription Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of ApplicationDescription in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ApplicationDescription Modifier and Type Method Description ApplicationDescription
ApplicationDescription. clone()
ApplicationDescription
CreateApplicationResult. getApplication()
The ApplicationDescription of the application.ApplicationDescription
UpdateApplicationResult. getApplication()
The ApplicationDescription of the application.ApplicationDescription
ApplicationDescription. withApplicationName(String applicationName)
The name of the application.ApplicationDescription
ApplicationDescription. withConfigurationTemplates(String... configurationTemplates)
The names of the configuration templates associated with this application.ApplicationDescription
ApplicationDescription. withConfigurationTemplates(Collection<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(String... versions)
The names of the versions for this application.ApplicationDescription
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 ApplicationDescription Modifier and Type Method Description List<ApplicationDescription>
DescribeApplicationsResult. getApplications()
This parameter contains a list of ApplicationDescription.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ApplicationDescription Modifier and Type Method Description void
CreateApplicationResult. setApplication(ApplicationDescription application)
The ApplicationDescription of the application.void
UpdateApplicationResult. setApplication(ApplicationDescription application)
The ApplicationDescription of the application.CreateApplicationResult
CreateApplicationResult. withApplication(ApplicationDescription application)
The ApplicationDescription of the application.UpdateApplicationResult
UpdateApplicationResult. 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 Modifier and Type Method Description 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.
-