return ec2Service.describeSnapshotAttribute(describeSnapshotAttribute);
}
public DescribeSnapshotsResponse describeSnapshots(DescribeSnapshots describeSnapshots) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.describeSnapshots(describeSnapshots);
}
public DescribeSpotDatafeedSubscriptionResponse describeSpotDatafeedSubscription(DescribeSpotDatafeedSubscription describeSpotDatafeedSubscription) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.describeSpotDatafeedSubscription(describeSpotDatafeedSubscription);