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

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

Methods in com.amazonaws.services.elasticbeanstalk that return UpdateApplicationResult
 UpdateApplicationResult AWSElasticBeanstalkClient.updateApplication(UpdateApplicationRequest updateApplicationRequest)
           Updates the specified application to have the specified properties.
 UpdateApplicationResult AWSElasticBeanstalk.updateApplication(UpdateApplicationRequest updateApplicationRequest)
           Updates the specified application to have the specified properties.
 

Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type UpdateApplicationResult
 Future<UpdateApplicationResult> AWSElasticBeanstalkAsyncClient.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest)
           Updates the specified application to have the specified properties.
 Future<UpdateApplicationResult> AWSElasticBeanstalkAsync.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest)
           Updates the specified application to have the specified properties.
 Future<UpdateApplicationResult> AWSElasticBeanstalkAsyncClient.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
           Updates the specified application to have the specified properties.
 Future<UpdateApplicationResult> AWSElasticBeanstalkAsync.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
           Updates the specified application to have the specified properties.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type UpdateApplicationResult
 Future<UpdateApplicationResult> AWSElasticBeanstalkAsyncClient.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
           Updates the specified application to have the specified properties.
 Future<UpdateApplicationResult> AWSElasticBeanstalkAsync.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
           Updates the specified application to have the specified properties.
 

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

Methods in com.amazonaws.services.elasticbeanstalk.model that return UpdateApplicationResult
 UpdateApplicationResult UpdateApplicationResult.withApplication(ApplicationDescription application)
          The ApplicationDescription of the application.
 



Copyright © 2016. All rights reserved.