Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ApplicationVersionDescription
Packages that use ApplicationVersionDescription
-
Uses of ApplicationVersionDescription in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ApplicationVersionDescriptionModifier and TypeMethodDescriptionApplicationVersionDescription.clone()CreateApplicationVersionResult.getApplicationVersion()The ApplicationVersionDescription of the application version.UpdateApplicationVersionResult.getApplicationVersion()The ApplicationVersionDescription of the application version.ApplicationVersionDescription.withApplicationName(String applicationName) The name of the application associated with this release.ApplicationVersionDescription.withDateCreated(Date dateCreated) The creation date of the application version.ApplicationVersionDescription.withDateUpdated(Date dateUpdated) The last modified date of the application version.ApplicationVersionDescription.withDescription(String description) The description of this application version.ApplicationVersionDescription.withSourceBundle(S3Location sourceBundle) The location where the source bundle is located for this version.ApplicationVersionDescription.withStatus(ApplicationVersionStatus status) The processing status of the application version.ApplicationVersionDescription.withStatus(String status) The processing status of the application version.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 ApplicationVersionDescriptionModifier and TypeMethodDescriptionDescribeApplicationVersionsResult.getApplicationVersions()List ofApplicationVersionDescriptionobjects sorted by order of creation.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ApplicationVersionDescriptionModifier and TypeMethodDescriptionvoidCreateApplicationVersionResult.setApplicationVersion(ApplicationVersionDescription applicationVersion) The ApplicationVersionDescription of the application version.voidUpdateApplicationVersionResult.setApplicationVersion(ApplicationVersionDescription applicationVersion) The ApplicationVersionDescription of the application version.CreateApplicationVersionResult.withApplicationVersion(ApplicationVersionDescription applicationVersion) The ApplicationVersionDescription of the application version.UpdateApplicationVersionResult.withApplicationVersion(ApplicationVersionDescription applicationVersion) The ApplicationVersionDescription of the application version.DescribeApplicationVersionsResult.withApplicationVersions(ApplicationVersionDescription... applicationVersions) List ofApplicationVersionDescriptionobjects sorted by order of creation.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ApplicationVersionDescriptionModifier and TypeMethodDescriptionvoidDescribeApplicationVersionsResult.setApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions) List ofApplicationVersionDescriptionobjects sorted by order of creation.DescribeApplicationVersionsResult.withApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions) List ofApplicationVersionDescriptionobjects sorted by order of creation.