Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
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) |
Future<CreateApplicationVersionResult> |
AbstractAWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest request,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.clone() |
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withApplicationName(String applicationName)
The name of the application.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withAutoCreateApplication(Boolean autoCreateApplication)
Set to
true to create an application with the specified name if it doesn't already exist. |
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withBuildConfiguration(BuildConfiguration buildConfiguration)
Settings for an AWS CodeBuild build.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withDescription(String description)
A description of this application version.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withProcess(Boolean process)
Pre-processes and validates the environment manifest (
env.yaml ) and configuration files (
*.config files in the .ebextensions folder) in the source bundle. |
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withSourceBuildInformation(SourceBuildInformation sourceBuildInformation)
Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application 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.withTags(Collection<Tag> tags)
Specifies the tags applied to the application version.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withTags(Tag... tags)
Specifies the tags applied to the application version.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withVersionLabel(String versionLabel)
A label identifying this version.
|
Copyright © 2021. All rights reserved.