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