Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ApplicationVersionDescription
-
Packages that use ApplicationVersionDescription Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of ApplicationVersionDescription in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ApplicationVersionDescription Modifier and Type Method Description ApplicationVersionDescription
ApplicationVersionDescription. clone()
ApplicationVersionDescription
CreateApplicationVersionResult. getApplicationVersion()
The ApplicationVersionDescription of the application version.ApplicationVersionDescription
UpdateApplicationVersionResult. getApplicationVersion()
The ApplicationVersionDescription of the application version.ApplicationVersionDescription
ApplicationVersionDescription. withApplicationName(String applicationName)
The name of the application associated with this release.ApplicationVersionDescription
ApplicationVersionDescription. withDateCreated(Date dateCreated)
The creation date of the application version.ApplicationVersionDescription
ApplicationVersionDescription. withDateUpdated(Date dateUpdated)
The last modified date of the application version.ApplicationVersionDescription
ApplicationVersionDescription. withDescription(String description)
The description of this application version.ApplicationVersionDescription
ApplicationVersionDescription. withSourceBundle(S3Location sourceBundle)
The location where the source bundle is located for this version.ApplicationVersionDescription
ApplicationVersionDescription. withStatus(ApplicationVersionStatus status)
The processing status of the application version.ApplicationVersionDescription
ApplicationVersionDescription. withStatus(String status)
The processing status of the application version.ApplicationVersionDescription
ApplicationVersionDescription. withVersionLabel(String versionLabel)
A label uniquely identifying the version for the associated application.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type ApplicationVersionDescription Modifier and Type Method Description List<ApplicationVersionDescription>
DescribeApplicationVersionsResult. getApplicationVersions()
List ofApplicationVersionDescription
objects sorted by order of creation.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ApplicationVersionDescription Modifier and Type Method Description void
CreateApplicationVersionResult. setApplicationVersion(ApplicationVersionDescription applicationVersion)
The ApplicationVersionDescription of the application version.void
UpdateApplicationVersionResult. setApplicationVersion(ApplicationVersionDescription applicationVersion)
The ApplicationVersionDescription of the application version.CreateApplicationVersionResult
CreateApplicationVersionResult. withApplicationVersion(ApplicationVersionDescription applicationVersion)
The ApplicationVersionDescription of the application version.UpdateApplicationVersionResult
UpdateApplicationVersionResult. withApplicationVersion(ApplicationVersionDescription applicationVersion)
The ApplicationVersionDescription of the application version.DescribeApplicationVersionsResult
DescribeApplicationVersionsResult. withApplicationVersions(ApplicationVersionDescription... applicationVersions)
List ofApplicationVersionDescription
objects sorted by order of creation.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ApplicationVersionDescription Modifier and Type Method Description void
DescribeApplicationVersionsResult. setApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
List ofApplicationVersionDescription
objects sorted by order of creation.DescribeApplicationVersionsResult
DescribeApplicationVersionsResult. withApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
List ofApplicationVersionDescription
objects sorted by order of creation.
-