Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.UpdateTagsForResourceResponse
-
Packages that use UpdateTagsForResourceResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of UpdateTagsForResourceResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return UpdateTagsForResourceResponse Modifier and Type Method Description default UpdateTagsForResourceResponseElasticBeanstalkClient. updateTagsForResource(Consumer<UpdateTagsForResourceRequest.Builder> updateTagsForResourceRequest)Update the list of tags applied to an AWS Elastic Beanstalk resource.default UpdateTagsForResourceResponseElasticBeanstalkClient. updateTagsForResource(UpdateTagsForResourceRequest updateTagsForResourceRequest)Update the list of tags applied to an AWS Elastic Beanstalk resource.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type UpdateTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<UpdateTagsForResourceResponse>ElasticBeanstalkAsyncClient. updateTagsForResource(Consumer<UpdateTagsForResourceRequest.Builder> updateTagsForResourceRequest)Update the list of tags applied to an AWS Elastic Beanstalk resource.default CompletableFuture<UpdateTagsForResourceResponse>ElasticBeanstalkAsyncClient. updateTagsForResource(UpdateTagsForResourceRequest updateTagsForResourceRequest)Update the list of tags applied to an AWS Elastic Beanstalk resource.
-