Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.UpdateApplicationVersionResponse
-
Packages that use UpdateApplicationVersionResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of UpdateApplicationVersionResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return UpdateApplicationVersionResponse Modifier and Type Method Description default UpdateApplicationVersionResponseElasticBeanstalkClient. updateApplicationVersion(Consumer<UpdateApplicationVersionRequest.Builder> updateApplicationVersionRequest)Updates the specified application version to have the specified properties.default UpdateApplicationVersionResponseElasticBeanstalkClient. updateApplicationVersion(UpdateApplicationVersionRequest updateApplicationVersionRequest)Updates the specified application version to have the specified properties.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type UpdateApplicationVersionResponse Modifier and Type Method Description default CompletableFuture<UpdateApplicationVersionResponse>ElasticBeanstalkAsyncClient. updateApplicationVersion(Consumer<UpdateApplicationVersionRequest.Builder> updateApplicationVersionRequest)Updates the specified application version to have the specified properties.default CompletableFuture<UpdateApplicationVersionResponse>ElasticBeanstalkAsyncClient. updateApplicationVersion(UpdateApplicationVersionRequest updateApplicationVersionRequest)Updates the specified application version to have the specified properties.
-