Searched refs:resource_ids (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | connection.py | 4181 def create_tags(self, resource_ids, tags, dry_run=False): argument 4199 self.build_list_params(params, resource_ids, 'ResourceId') 4205 def delete_tags(self, resource_ids, tags, dry_run=False): argument 4228 self.build_list_params(params, resource_ids, 'ResourceId')
|