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