Package | Description |
---|---|
com.obs.services | |
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
HeaderResponse |
ObsClient.setBucketReplication(String bucketName,
ReplicationConfiguration replicationConfiguration) |
HeaderResponse |
IObsClient.setBucketReplication(String bucketName,
ReplicationConfiguration replicationConfiguration)
设置桶的跨Region复制配置
|
HeaderResponse |
SecretFlexibleObsClient.setBucketReplication(String bucketName,
ReplicationConfiguration replicationConfiguration,
String accessKey,
String secretKey) |
HeaderResponse |
SecretFlexibleObsClient.setBucketReplication(String bucketName,
ReplicationConfiguration replicationConfiguration,
String accessKey,
String secretKey,
String securityToken) |
HeaderResponse |
ObsClient.setBucketReplicationConfiguration(String bucketName,
ReplicationConfiguration replicationConfiguration)
Deprecated.
|
HeaderResponse |
SecretFlexibleObsClient.setBucketReplicationConfiguration(String bucketName,
ReplicationConfiguration replicationConfiguration,
String accessKey,
String secretKey)
Deprecated.
|
HeaderResponse |
SecretFlexibleObsClient.setBucketReplicationConfiguration(String bucketName,
ReplicationConfiguration replicationConfiguration,
String accessKey,
String secretKey,
String securityToken)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ReplicationConfiguration |
SetBucketReplicationRequest.getReplicationConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
SetBucketReplicationRequest.setReplicationConfiguration(ReplicationConfiguration replicationConfiguration) |
Constructor and Description |
---|
SetBucketReplicationRequest(String bucketName,
ReplicationConfiguration replicationConfiguration) |
Copyright © 2020. All rights reserved.