Home
last modified time | relevance | path

Searched refs:create_hosted_zone (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/route53/
Dtest_connection.py110 self.service_connection.create_hosted_zone("example.com.",
161 response = self.service_connection.create_hosted_zone("example.com.",
219 r = self.service_connection.create_hosted_zone("example.com.",
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/
Dconnection.py178 def create_hosted_zone(self, domain_name, caller_ref=None, comment='', member in Route53Connection
533 zone = self.create_hosted_zone(name, private_zone=private_zone,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Droute5347 response = conn.create_hosted_zone(hostname, caller_reference, comment)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/
Dtest_zone.py184 self.zone = self.route53.create_hosted_zone(self.base_domain,