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 ApplicationVersionDescriptionApplicationVersionDescription. clone()ApplicationVersionDescriptionCreateApplicationVersionResult. getApplicationVersion()The ApplicationVersionDescription of the application version.ApplicationVersionDescriptionUpdateApplicationVersionResult. getApplicationVersion()The ApplicationVersionDescription of the application version.ApplicationVersionDescriptionApplicationVersionDescription. withApplicationName(String applicationName)The name of the application associated with this release.ApplicationVersionDescriptionApplicationVersionDescription. withDateCreated(Date dateCreated)The creation date of the application version.ApplicationVersionDescriptionApplicationVersionDescription. withDateUpdated(Date dateUpdated)The last modified date of the application version.ApplicationVersionDescriptionApplicationVersionDescription. withDescription(String description)The description of this application version.ApplicationVersionDescriptionApplicationVersionDescription. withSourceBundle(S3Location sourceBundle)The location where the source bundle is located for this version.ApplicationVersionDescriptionApplicationVersionDescription. withStatus(ApplicationVersionStatus status)The processing status of the application version.ApplicationVersionDescriptionApplicationVersionDescription. withStatus(String status)The processing status of the application version.ApplicationVersionDescriptionApplicationVersionDescription. 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 ofApplicationVersionDescriptionobjects sorted by order of creation.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ApplicationVersionDescription Modifier and Type Method Description voidCreateApplicationVersionResult. setApplicationVersion(ApplicationVersionDescription applicationVersion)The ApplicationVersionDescription of the application version.voidUpdateApplicationVersionResult. setApplicationVersion(ApplicationVersionDescription applicationVersion)The ApplicationVersionDescription of the application version.CreateApplicationVersionResultCreateApplicationVersionResult. withApplicationVersion(ApplicationVersionDescription applicationVersion)The ApplicationVersionDescription of the application version.UpdateApplicationVersionResultUpdateApplicationVersionResult. withApplicationVersion(ApplicationVersionDescription applicationVersion)The ApplicationVersionDescription of the application version.DescribeApplicationVersionsResultDescribeApplicationVersionsResult. withApplicationVersions(ApplicationVersionDescription... applicationVersions)List ofApplicationVersionDescriptionobjects sorted by order of creation.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ApplicationVersionDescription Modifier and Type Method Description voidDescribeApplicationVersionsResult. setApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)List ofApplicationVersionDescriptionobjects sorted by order of creation.DescribeApplicationVersionsResultDescribeApplicationVersionsResult. withApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)List ofApplicationVersionDescriptionobjects sorted by order of creation.
-