Response Unmarshaller for DeleteBucketLifecycle operation
Наследование: S3ReponseUnmarshaller
 public static DeleteLifecycleConfigurationResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new DeleteLifecycleConfigurationResponseUnmarshaller();
     }
     return instance;
 }
Пример #2
0
 public static DeleteLifecycleConfigurationResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteLifecycleConfigurationResponseUnmarshaller();
     }
     return(instance);
 }