Searched refs:get_all_launch_configurations (Results 1 – 4 of 4) sorted by relevance
65 configs = c.get_all_launch_configurations()106 lcs = c.get_all_launch_configurations()
313 response = self.service_connection.get_all_launch_configurations()338 …response = self.service_connection.get_all_launch_configurations(max_records=10, names=["my-test1"…835 response = self.service_connection.get_all_launch_configurations()871 …response = self.service_connection.get_all_launch_configurations(max_records=10, names=["my-test1"…
56 l = autoscale.get_all_launch_configurations(names=[name])74 for l in autoscale.get_all_launch_configurations():
365 def get_all_launch_configurations(self, **kwargs): member in AutoScaleConnection