Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.UpdateEnvironmentResponse
-
Packages that use UpdateEnvironmentResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of UpdateEnvironmentResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return UpdateEnvironmentResponse Modifier and Type Method Description default UpdateEnvironmentResponseElasticBeanstalkClient. updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.default UpdateEnvironmentResponseElasticBeanstalkClient. updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type UpdateEnvironmentResponse Modifier and Type Method Description default CompletableFuture<UpdateEnvironmentResponse>ElasticBeanstalkAsyncClient. updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.default CompletableFuture<UpdateEnvironmentResponse>ElasticBeanstalkAsyncClient. updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.
-