Searched refs:get_all_rrsets (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | route53 | 65 response = conn.get_all_rrsets(hosted_zone_id, type, name, maxitems=maxitems) 122 responses = conn.get_all_rrsets(hosted_zone_id, type, name, maxitems=10) 145 responses = conn.get_all_rrsets(hosted_zone_id, type, name, maxitems=10)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/route53/ |
D | test_zone.py | 48 mock_connection.get_all_rrsets.return_value = mock_rrs
|
D | test_connection.py | 422 response = self.service_connection.get_all_rrsets("Z1111", 556 response = self.service_connection.get_all_rrsets("Z1111", maxitems=3)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/ |
D | test_resourcerecordsets.py | 59 all_records = self.conn.get_all_rrsets(self.zone.id)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/ |
D | zone.py | 231 returned = self.route53connection.get_all_rrsets(self.id, name=name, 406 return self.route53connection.get_all_rrsets(self.id)
|
D | record.py | 191 … results = self.connection.get_all_rrsets(self.hosted_zone_id, name=self.next_record_name,
|
D | connection.py | 384 def get_all_rrsets(self, hosted_zone_id, type=None, member in Route53Connection
|