Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.UpdateApplicationVersionRequest
-
Packages that use UpdateApplicationVersionRequest Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.transform -
-
Uses of UpdateApplicationVersionRequest in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk with parameters of type UpdateApplicationVersionRequest Modifier and Type Method Description default CompletableFuture<UpdateApplicationVersionResponse>ElasticBeanstalkAsyncClient. updateApplicationVersion(UpdateApplicationVersionRequest 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. -
Uses of UpdateApplicationVersionRequest in software.amazon.awssdk.services.elasticbeanstalk.transform
Methods in software.amazon.awssdk.services.elasticbeanstalk.transform with parameters of type UpdateApplicationVersionRequest Modifier and Type Method Description SdkHttpFullRequestUpdateApplicationVersionRequestMarshaller. marshall(UpdateApplicationVersionRequest updateApplicationVersionRequest)
-