Response Unmarshaller for CreateKeyPair operation
Inheritance: EC2ResponseUnmarshaller
Exemple #1
0
 public static CreateKeyPairResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreateKeyPairResponseUnmarshaller();
     }
     return(instance);
 }
 public static CreateKeyPairResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new CreateKeyPairResponseUnmarshaller();
     }
     return instance;
 }