Uses of Class
com.amazonaws.services.elasticbeanstalk.model.CreateApplicationVersionRequest
Packages that use CreateApplicationVersionRequest
Package
Description
-
Uses of CreateApplicationVersionRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type CreateApplicationVersionRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.createApplicationVersion(CreateApplicationVersionRequest request) AWSElasticBeanstalk.createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest) Creates an application version for the specified application.AWSElasticBeanstalkClient.createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest) Creates an application version for the specified application.AbstractAWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest request) AbstractAWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest request, AsyncHandler<CreateApplicationVersionRequest, CreateApplicationVersionResult> asyncHandler) AWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest) Creates an application version for the specified application.AWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest, AsyncHandler<CreateApplicationVersionRequest, CreateApplicationVersionResult> asyncHandler) Creates an application version for the specified application.AWSElasticBeanstalkAsyncClient.createApplicationVersionAsync(CreateApplicationVersionRequest request) AWSElasticBeanstalkAsyncClient.createApplicationVersionAsync(CreateApplicationVersionRequest request, AsyncHandler<CreateApplicationVersionRequest, CreateApplicationVersionResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type CreateApplicationVersionRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest request, AsyncHandler<CreateApplicationVersionRequest, CreateApplicationVersionResult> asyncHandler) AWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest, AsyncHandler<CreateApplicationVersionRequest, CreateApplicationVersionResult> asyncHandler) Creates an application version for the specified application.AWSElasticBeanstalkAsyncClient.createApplicationVersionAsync(CreateApplicationVersionRequest request, AsyncHandler<CreateApplicationVersionRequest, CreateApplicationVersionResult> asyncHandler) -
Uses of CreateApplicationVersionRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return CreateApplicationVersionRequestModifier and TypeMethodDescriptionCreateApplicationVersionRequest.clone()CreateApplicationVersionRequest.withApplicationName(String applicationName) The name of the application.CreateApplicationVersionRequest.withAutoCreateApplication(Boolean autoCreateApplication) Determines how the system behaves if the specified application for this version does not already exist:CreateApplicationVersionRequest.withDescription(String description) Describes this version.CreateApplicationVersionRequest.withProcess(Boolean process) Preprocesses and validates the environment manifest and configuration files in the source bundle.CreateApplicationVersionRequest.withSourceBundle(S3Location sourceBundle) The Amazon S3 bucket and key that identify the location of the source bundle for this version.CreateApplicationVersionRequest.withVersionLabel(String versionLabel) A label identifying this version.