Interface EC2Fleet
- All Known Implementing Classes:
AutoScalingGroupFleet
,EC2EC2Fleet
,EC2SpotFleet
public interface EC2Fleet
Hide details of access to EC2 Fleet depending on implementation like EC2 Fleet, Spot Fleet,
or Auto Scaling Group.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
describe
(String awsCredentialsId, String regionName, String endpoint, ListBoxModel model, String selectedId, boolean showAll) getStateBatch
(String awsCredentialsId, String regionName, String endpoint, Collection<String> ids) void
modify
(String awsCredentialsId, String regionName, String endpoint, String id, int targetCapacity, int min, int max)
-
Method Details
-
describe
void describe(String awsCredentialsId, String regionName, String endpoint, ListBoxModel model, String selectedId, boolean showAll) -
modify
-
getState
-
getStateBatch
Map<String,FleetStateStats> getStateBatch(String awsCredentialsId, String regionName, String endpoint, Collection<String> ids) -
isAutoScalingGroup
Boolean isAutoScalingGroup()
-