Uses of Class
com.amazonaws.services.elasticbeanstalk.model.UpdateApplicationVersionRequest
Packages that use UpdateApplicationVersionRequest
Package
Description
-
Uses of UpdateApplicationVersionRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type UpdateApplicationVersionRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.updateApplicationVersion(UpdateApplicationVersionRequest request) AWSElasticBeanstalk.updateApplicationVersion(UpdateApplicationVersionRequest updateApplicationVersionRequest) Updates the specified application version to have the specified properties.AWSElasticBeanstalkClient.updateApplicationVersion(UpdateApplicationVersionRequest updateApplicationVersionRequest) Updates the specified application version to have the specified properties.AbstractAWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest request) AbstractAWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest request, AsyncHandler<UpdateApplicationVersionRequest, UpdateApplicationVersionResult> asyncHandler) AWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest) Updates the specified application version to have the specified properties.AWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest, AsyncHandler<UpdateApplicationVersionRequest, UpdateApplicationVersionResult> asyncHandler) Updates the specified application version to have the specified properties.AWSElasticBeanstalkAsyncClient.updateApplicationVersionAsync(UpdateApplicationVersionRequest request) AWSElasticBeanstalkAsyncClient.updateApplicationVersionAsync(UpdateApplicationVersionRequest request, AsyncHandler<UpdateApplicationVersionRequest, UpdateApplicationVersionResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type UpdateApplicationVersionRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest request, AsyncHandler<UpdateApplicationVersionRequest, UpdateApplicationVersionResult> asyncHandler) AWSElasticBeanstalkAsync.updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest, AsyncHandler<UpdateApplicationVersionRequest, UpdateApplicationVersionResult> asyncHandler) Updates the specified application version to have the specified properties.AWSElasticBeanstalkAsyncClient.updateApplicationVersionAsync(UpdateApplicationVersionRequest request, AsyncHandler<UpdateApplicationVersionRequest, UpdateApplicationVersionResult> asyncHandler) -
Uses of UpdateApplicationVersionRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return UpdateApplicationVersionRequestModifier and TypeMethodDescriptionUpdateApplicationVersionRequest.clone()UpdateApplicationVersionRequest.withApplicationName(String applicationName) The name of the application associated with this version.UpdateApplicationVersionRequest.withDescription(String description) A new description for this release.UpdateApplicationVersionRequest.withVersionLabel(String versionLabel) The name of the version to update.