![JAR search and dependency download from the Maven repository](/logo.png)
com.ksyun.ks3.service.response.PutBucketLifecycleResponse Maven / Gradle / Ivy
package com.ksyun.ks3.service.response;
import com.ksyun.ks3.dto.Ks3Result;
public class PutBucketLifecycleResponse extends Ks3WebServiceDefaultResponse {
public int[] expectedStatus() {
return new int[]{200};
}
@Override
public void preHandle() {
this.result = new Ks3Result();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy