|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateApplicationVersionRequest | |
---|---|
com.amazonaws.services.elasticbeanstalk | Synchronous and asynchronous client classes for accessing AWSElasticBeanstalk. |
com.amazonaws.services.elasticbeanstalk.model | Classes modeling the various types represented by AWSElasticBeanstalk. |
Uses of CreateApplicationVersionRequest in com.amazonaws.services.elasticbeanstalk |
---|
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type CreateApplicationVersionRequest | |
---|---|
CreateApplicationVersionResult |
AWSElasticBeanstalkClient.createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version for the specified application. |
CreateApplicationVersionResult |
AWSElasticBeanstalk.createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version for the specified application. |
Future<CreateApplicationVersionResult> |
AWSElasticBeanstalkAsyncClient.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version for the specified application. |
Future<CreateApplicationVersionResult> |
AWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version for the specified application. |
Future<CreateApplicationVersionResult> |
AWSElasticBeanstalkAsyncClient.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
Creates an application version for the specified application. |
Future<CreateApplicationVersionResult> |
AWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
Creates an application version for the specified application. |
Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type CreateApplicationVersionRequest | |
---|---|
Future<CreateApplicationVersionResult> |
AWSElasticBeanstalkAsyncClient.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
Creates an application version for the specified application. |
Future<CreateApplicationVersionResult> |
AWSElasticBeanstalkAsync.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
Creates an application version for the specified application. |
Uses of CreateApplicationVersionRequest in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return CreateApplicationVersionRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |