Home
last modified time | relevance | path

Searched refs:associate_address_object (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
Dtest_connection.py1464 result = self.ec2.associate_address_object(instance_id='i-1234',
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dconnection.py1960 def associate_address_object(self, instance_id=None, public_ip=None, member in EC2Connection