Uses of Class
com.amazonaws.services.elasticbeanstalk.model.UpdateApplicationVersionResult
Packages that use UpdateApplicationVersionResult
Package
Description
-
Uses of UpdateApplicationVersionResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return UpdateApplicationVersionResultModifier 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.Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type UpdateApplicationVersionResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.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 UpdateApplicationVersionResultModifier 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 UpdateApplicationVersionResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return UpdateApplicationVersionResultModifier and TypeMethodDescriptionUpdateApplicationVersionResult.clone()
UpdateApplicationVersionResult.withApplicationVersion
(ApplicationVersionDescription applicationVersion) The ApplicationVersionDescription of the application version.