Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
ReplicationDestinationConfig |
ReplicationRule.getDestinationConfig()
Returns the destination configuration for the replication rule.
|
ReplicationDestinationConfig |
ReplicationDestinationConfig.withBucketARN(String bucketARN)
Sets the destination bucket ARN for the replication rule.
|
ReplicationDestinationConfig |
ReplicationDestinationConfig.withStorageClass(StorageClass storageClass)
Sets the storage class for the replication destination.
|
ReplicationDestinationConfig |
ReplicationDestinationConfig.withStorageClass(String storageClass)
Sets the storage class for the replication destination.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationRule.setDestinationConfig(ReplicationDestinationConfig destinationConfig)
Sets the destination configuration for the replication rule.
|
ReplicationRule |
ReplicationRule.withDestinationConfig(ReplicationDestinationConfig destinationConfig)
Sets the destination configuration for the replication rule.Returns the
updated object.
|
Copyright © 2024. All rights reserved.