Response Unmarshaller for RestoreObject operation
Наследование: S3ReponseUnmarshaller
Пример #1
0
 public static RestoreObjectResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new RestoreObjectResponseUnmarshaller();
     }
     return(instance);
 }
 public static RestoreObjectResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new RestoreObjectResponseUnmarshaller();
     }
     return instance;
 }