Uses of Class
com.amazonaws.services.elasticbeanstalk.model.UpdateApplicationResult
-
Packages that use UpdateApplicationResult Package Description com.amazonaws.services.elasticbeanstalk com.amazonaws.services.elasticbeanstalk.model -
-
Uses of UpdateApplicationResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return UpdateApplicationResult Modifier and Type Method Description UpdateApplicationResult
AbstractAWSElasticBeanstalk. updateApplication(UpdateApplicationRequest request)
UpdateApplicationResult
AWSElasticBeanstalk. updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates the specified application to have the specified properties.UpdateApplicationResult
AWSElasticBeanstalkClient. updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates the specified application to have the specified properties.Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type UpdateApplicationResult Modifier and Type Method Description Future<UpdateApplicationResult>
AbstractAWSElasticBeanstalkAsync. updateApplicationAsync(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
Future<UpdateApplicationResult>
AWSElasticBeanstalkAsync. updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
Updates the specified application to have the specified properties.Future<UpdateApplicationResult>
AWSElasticBeanstalkAsyncClient. updateApplicationAsync(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
-
Uses of UpdateApplicationResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return UpdateApplicationResult Modifier and Type Method Description UpdateApplicationResult
UpdateApplicationResult. clone()
UpdateApplicationResult
UpdateApplicationResult. withApplication(ApplicationDescription application)
The ApplicationDescription of the application.
-