Response Unmarshaller for PutObject operation
Inheritance: S3ReponseUnmarshaller
 public static PutObjectResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new PutObjectResponseUnmarshaller();
     }
     return instance;
 }
Esempio n. 2
0
 public static PutObjectResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new PutObjectResponseUnmarshaller();
     }
     return(instance);
 }