| Package | Description | 
|---|---|
| com.amazonaws.services.elasticbeanstalk.model | 
| Modifier and Type | Method and 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 to which the application version belongs. | 
| ApplicationVersionDescription | ApplicationVersionDescription. withApplicationVersionArn(String applicationVersionArn)
 The Amazon Resource Name (ARN) of the application version. | 
| ApplicationVersionDescription | ApplicationVersionDescription. withBuildArn(String buildArn)
 Reference to the artifact from the AWS CodeBuild build. | 
| 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 the application version. | 
| ApplicationVersionDescription | ApplicationVersionDescription. withSourceBuildInformation(SourceBuildInformation sourceBuildInformation)
 If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the
 application version. | 
| ApplicationVersionDescription | ApplicationVersionDescription. withSourceBundle(S3Location sourceBundle)
 The storage location of the application version's source bundle in Amazon S3. | 
| 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 unique identifier for the application version. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ApplicationVersionDescription> | DescribeApplicationVersionsResult. getApplicationVersions()
 List of  ApplicationVersionDescriptionobjects sorted in order of creation. | 
| Modifier and Type | Method and 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 of  ApplicationVersionDescriptionobjects sorted in order of creation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DescribeApplicationVersionsResult. setApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
 List of  ApplicationVersionDescriptionobjects sorted in order of creation. | 
| DescribeApplicationVersionsResult | DescribeApplicationVersionsResult. withApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
 List of  ApplicationVersionDescriptionobjects sorted in order of creation. | 
Copyright © 2021. All rights reserved.