Response Unmarshaller for AbortMultipartUpload operation
Inheritance: S3ReponseUnmarshaller
Ejemplo n.º 1
0
 public static AbortMultipartUploadResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new AbortMultipartUploadResponseUnmarshaller();
     }
     return(instance);
 }
 public static AbortMultipartUploadResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new AbortMultipartUploadResponseUnmarshaller();
     }
     return instance;
 }