Response Unmarshaller for DeleteAccessKey operation
Inheritance: XmlResponseUnmarshaller
 public static DeleteAccessKeyResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new DeleteAccessKeyResponseUnmarshaller();
     }
     return instance;
 }
Ejemplo n.º 2
0
 public static DeleteAccessKeyResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteAccessKeyResponseUnmarshaller();
     }
     return(instance);
 }