return ec2Service.associateDhcpOptions(associateDhcpOptions);
}
public AttachVolumeResponse attachVolume(AttachVolume attachVolume) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.attachVolume(attachVolume);
}
public AttachVpnGatewayResponse attachVpnGateway(AttachVpnGateway attachVpnGateway) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.attachVpnGateway(attachVpnGateway);