Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.UpdateEnvironmentRequest
-
Packages that use UpdateEnvironmentRequest Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.transform -
-
Uses of UpdateEnvironmentRequest in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk with parameters of type UpdateEnvironmentRequest Modifier and Type Method Description 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.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. -
Uses of UpdateEnvironmentRequest in software.amazon.awssdk.services.elasticbeanstalk.transform
Methods in software.amazon.awssdk.services.elasticbeanstalk.transform with parameters of type UpdateEnvironmentRequest Modifier and Type Method Description SdkHttpFullRequestUpdateEnvironmentRequestMarshaller. marshall(UpdateEnvironmentRequest updateEnvironmentRequest)
-