Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
UpdateApplicationVersionResult |
AWSElasticBeanstalkClient.updateApplicationVersion(UpdateApplicationVersionRequest updateApplicationVersionRequest)
Updates the specified application version to have the specified
properties.
|
UpdateApplicationVersionResult |
AWSElasticBeanstalk.updateApplicationVersion(UpdateApplicationVersionRequest updateApplicationVersionRequest)
Updates the specified application version to have the specified
properties.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateApplicationVersionResult> |
AWSElasticBeanstalkAsyncClient.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest)
Updates the specified application version to have the specified
properties.
|
Future<UpdateApplicationVersionResult> |
AWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest)
Updates the specified application version to have the specified
properties.
|
Future<UpdateApplicationVersionResult> |
AWSElasticBeanstalkAsyncClient.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest,
AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
Updates the specified application version to have the specified
properties.
|
Future<UpdateApplicationVersionResult> |
AWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest,
AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
Updates the specified application version to have the specified
properties.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateApplicationVersionResult> |
AWSElasticBeanstalkAsyncClient.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest,
AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
Updates the specified application version to have the specified
properties.
|
Future<UpdateApplicationVersionResult> |
AWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest,
AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
Updates the specified application version to have the specified
properties.
|
Modifier and Type | Method and Description |
---|---|
UpdateApplicationVersionResult |
UpdateApplicationVersionResult.withApplicationVersion(ApplicationVersionDescription applicationVersion)
The ApplicationVersionDescription of the application version.
|
Copyright © 2014. All rights reserved.