Response Unmarshaller for PutObjectAcl operation
Inheritance: S3ReponseUnmarshaller
コード例 #1
0
 public static PutACLResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new PutACLResponseUnmarshaller();
     }
     return instance;
 }
コード例 #2
0
 public static PutACLResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new PutACLResponseUnmarshaller();
     }
     return(instance);
 }