Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
ApplicationVersionDescription |
UpdateApplicationVersionResult.getApplicationVersion()
The ApplicationVersionDescription of the application version.
|
ApplicationVersionDescription |
CreateApplicationVersionResult.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.withVersionLabel(String versionLabel)
A label uniquely identifying the version for the associated
application.
|
Modifier and Type | Method and Description |
---|---|
List<ApplicationVersionDescription> |
DescribeApplicationVersionsResult.getApplicationVersions()
A list of ApplicationVersionDescription .
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeApplicationVersionsResult.setApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
A list of ApplicationVersionDescription .
|
DescribeApplicationVersionsResult |
DescribeApplicationVersionsResult.withApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
A list of ApplicationVersionDescription .
|
Copyright © 2014. All rights reserved.