Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.ApplicationVersionDescription
-
Packages that use ApplicationVersionDescription Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of ApplicationVersionDescription in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return ApplicationVersionDescription Modifier and Type Method Description ApplicationVersionDescriptionCreateApplicationVersionResponse. applicationVersion()The ApplicationVersionDescription of the application version.ApplicationVersionDescriptionUpdateApplicationVersionResponse. applicationVersion()The ApplicationVersionDescription of the application version.Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type ApplicationVersionDescription Modifier and Type Method Description List<ApplicationVersionDescription>DescribeApplicationVersionsResponse. applicationVersions()List ofApplicationVersionDescriptionobjects sorted in order of creation.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type ApplicationVersionDescription Modifier and Type Method Description CreateApplicationVersionResponse.BuilderCreateApplicationVersionResponse.Builder. applicationVersion(ApplicationVersionDescription applicationVersion)The ApplicationVersionDescription of the application version.UpdateApplicationVersionResponse.BuilderUpdateApplicationVersionResponse.Builder. applicationVersion(ApplicationVersionDescription applicationVersion)The ApplicationVersionDescription of the application version.DescribeApplicationVersionsResponse.BuilderDescribeApplicationVersionsResponse.Builder. applicationVersions(ApplicationVersionDescription... applicationVersions)List ofApplicationVersionDescriptionobjects sorted in order of creation.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type ApplicationVersionDescription Modifier and Type Method Description DescribeApplicationVersionsResponse.BuilderDescribeApplicationVersionsResponse.Builder. applicationVersions(Collection<ApplicationVersionDescription> applicationVersions)List ofApplicationVersionDescriptionobjects sorted in order of creation.
-