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