Uses of Class
com.amazonaws.services.elasticbeanstalk.model.UpdateApplicationVersionResult
-
Packages that use UpdateApplicationVersionResult Package Description com.amazonaws.services.elasticbeanstalk com.amazonaws.services.elasticbeanstalk.model -
-
Uses of UpdateApplicationVersionResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return UpdateApplicationVersionResult Modifier and Type Method Description UpdateApplicationVersionResult
AbstractAWSElasticBeanstalk. updateApplicationVersion(UpdateApplicationVersionRequest request)
UpdateApplicationVersionResult
AWSElasticBeanstalk. updateApplicationVersion(UpdateApplicationVersionRequest updateApplicationVersionRequest)
Updates the specified application version to have the specified properties.UpdateApplicationVersionResult
AWSElasticBeanstalkClient. updateApplicationVersion(UpdateApplicationVersionRequest updateApplicationVersionRequest)
Updates the specified application version to have the specified properties.Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type UpdateApplicationVersionResult Modifier and Type Method Description Future<UpdateApplicationVersionResult>
AbstractAWSElasticBeanstalkAsync. updateApplicationVersionAsync(UpdateApplicationVersionRequest request, AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
Future<UpdateApplicationVersionResult>
AWSElasticBeanstalkAsync. updateApplicationVersionAsync(UpdateApplicationVersionRequest updateApplicationVersionRequest, AsyncHandler<UpdateApplicationVersionRequest,UpdateApplicationVersionResult> asyncHandler)
Updates the specified application version to have the specified properties.Future<UpdateApplicationVersionResult>
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 UpdateApplicationVersionResult Modifier and Type Method Description UpdateApplicationVersionResult
UpdateApplicationVersionResult. clone()
UpdateApplicationVersionResult
UpdateApplicationVersionResult. withApplicationVersion(ApplicationVersionDescription applicationVersion)
The ApplicationVersionDescription of the application version.
-