public interface IOefClient
Modifier and Type | Method and Description |
---|---|
void |
close() |
CreateAsynchFetchJobsResult |
createFetchJob(CreateAsyncFetchJobsRequest request) |
HeaderResponse |
deleteExtensionPolicy(String bucketName) |
HeaderResponse |
putExtensionPolicy(String bucketName,
PutExtensionPolicyRequest request) |
QueryExtensionPolicyResult |
queryExtensionPolicy(String bucketName) |
QueryAsynchFetchJobsResult |
queryFetchJob(String bucketName,
String jobId) |
void close() throws IOException
IOException
HeaderResponse putExtensionPolicy(String bucketName, PutExtensionPolicyRequest request) throws ObsException
ObsException
QueryExtensionPolicyResult queryExtensionPolicy(String bucketName) throws ObsException
ObsException
HeaderResponse deleteExtensionPolicy(String bucketName) throws ObsException
ObsException
CreateAsynchFetchJobsResult createFetchJob(CreateAsyncFetchJobsRequest request) throws ObsException
ObsException
QueryAsynchFetchJobsResult queryFetchJob(String bucketName, String jobId) throws ObsException
ObsException
Copyright © 2019. All rights reserved.