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