Uses of Class
com.amazonaws.services.elasticbeanstalk.model.UpdateApplicationRequest
Packages that use UpdateApplicationRequest
Package
Description
-
Uses of UpdateApplicationRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type UpdateApplicationRequestModifier 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.AbstractAWSElasticBeanstalkAsync.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 UpdateApplicationRequestModifier 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 UpdateApplicationRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return UpdateApplicationRequestModifier and TypeMethodDescriptionUpdateApplicationRequest.clone()UpdateApplicationRequest.withApplicationName(String applicationName) The name of the application to update.UpdateApplicationRequest.withDescription(String description) A new description for the application.