Home
last modified time | relevance | path

Searched defs:domain_or_name (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
Dconnection.py325 def get_domain_and_name(self, domain_or_name): argument
349 def delete_domain(self, domain_or_name): argument
366 def domain_metadata(self, domain_or_name): argument
382 def put_attributes(self, domain_or_name, item_name, attributes, argument
430 def batch_put_attributes(self, domain_or_name, items, replace=True): argument
457 def get_attributes(self, domain_or_name, item_name, attribute_names=None, argument
505 def delete_attributes(self, domain_or_name, item_name, attr_names=None, argument
558 def batch_delete_attributes(self, domain_or_name, items): argument
584 def select(self, domain_or_name, query='', next_token=None, argument