Response Unmarshaller for DeleteVolume operation
Inheritance: EC2ResponseUnmarshaller
 public static DeleteVolumeResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new DeleteVolumeResponseUnmarshaller();
     }
     return instance;
 }
Beispiel #2
0
 public static DeleteVolumeResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteVolumeResponseUnmarshaller();
     }
     return(instance);
 }