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