Response Unmarshaller for ListVolumeRecoveryPoints operation
Inheritance: JsonResponseUnmarshaller
 public static ListVolumeRecoveryPointsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ListVolumeRecoveryPointsResponseUnmarshaller();
     }
     return(instance);
 }
Example #2
0
 public static ListVolumeRecoveryPointsResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new ListVolumeRecoveryPointsResponseUnmarshaller();
       }
       return instance;
 }