Searched defs:alias_hosted_zone_id (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/ |
D | record.py | 71 alias_hosted_zone_id=None, alias_dns_name=None, identifier=None, argument 246 alias_hosted_zone_id=None, alias_dns_name=None, identifier=None, argument 271 def set_alias(self, alias_hosted_zone_id, alias_dns_name, argument
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | route53 | 84 …ias(conn, hosted_zone_id, change, name, type, identifier, weight, alias_hosted_zone_id, alias_dns_… argument 104 def add_alias(conn, hosted_zone_id, name, type, alias_hosted_zone_id, argument 110 def del_alias(conn, hosted_zone_id, name, type, alias_hosted_zone_id, argument
|