| Package | Description | 
|---|---|
| com.amazonaws.services.elasticbeanstalk | 
 | 
| com.amazonaws.services.elasticbeanstalk.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<UpdateApplicationVersionResult> | 
AWSElasticBeanstalkAsyncClient.updateApplicationVersionAsync(UpdateApplicationVersionRequest request,
                             AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)  | 
Future<UpdateApplicationVersionResult> | 
AWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest,
                             AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
 Updates the specified application version to have the specified properties. 
 | 
Future<UpdateApplicationVersionResult> | 
AbstractAWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest request,
                             AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateApplicationVersionRequest | 
UpdateApplicationVersionRequest.clone()  | 
UpdateApplicationVersionRequest | 
UpdateApplicationVersionRequest.withApplicationName(String applicationName)
 The name of the application associated with this version. 
 | 
UpdateApplicationVersionRequest | 
UpdateApplicationVersionRequest.withDescription(String description)
 A new description for this version. 
 | 
UpdateApplicationVersionRequest | 
UpdateApplicationVersionRequest.withVersionLabel(String versionLabel)
 The name of the version to update. 
 | 
Copyright © 2020. All rights reserved.