Uses of Class
com.amazonaws.services.elasticbeanstalk.model.UpdateApplicationVersionResult

Packages that use UpdateApplicationVersionResult
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 UpdateApplicationVersionResult in com.amazonaws.services.elasticbeanstalk
 

Methods in com.amazonaws.services.elasticbeanstalk that return UpdateApplicationVersionResult
 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.
 

Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type UpdateApplicationVersionResult
 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.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type UpdateApplicationVersionResult
 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.
 

Uses of UpdateApplicationVersionResult in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return UpdateApplicationVersionResult
 UpdateApplicationVersionResult UpdateApplicationVersionResult.withApplicationVersion(ApplicationVersionDescription applicationVersion)
          The ApplicationVersionDescription of the application version.
 



Copyright © 2016. All rights reserved.