Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk | |
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateApplicationVersionResult> |
AbstractAWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest request,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler) |
Future<CreateApplicationVersionResult> |
AWSElasticBeanstalkAsyncClient.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.
|
Modifier and Type | Method and Description |
---|---|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.clone() |
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withApplicationName(String applicationName)
The name of the application.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withAutoCreateApplication(Boolean autoCreateApplication)
Determines how the system behaves if the specified application for this
version does not already exist:
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withDescription(String description)
Describes this version.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withSourceBundle(S3Location sourceBundle)
The Amazon S3 bucket and key that identify the location of the source
bundle for this version.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withVersionLabel(String versionLabel)
A label identifying this version.
|
Copyright © 2015. All rights reserved.