Uses of Class
software.amazon.awssdk.services.s3.model.ReplicationConfiguration
-
Packages that use ReplicationConfiguration Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ReplicationConfiguration in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ReplicationConfiguration Modifier and Type Method Description ReplicationConfigurationGetBucketReplicationResponse. replicationConfiguration()Returns the value of the ReplicationConfiguration property for this object.ReplicationConfigurationPutBucketReplicationRequest. replicationConfiguration()Returns the value of the ReplicationConfiguration property for this object.Methods in software.amazon.awssdk.services.s3.model with parameters of type ReplicationConfiguration Modifier and Type Method Description GetBucketReplicationResponse.BuilderGetBucketReplicationResponse.Builder. replicationConfiguration(ReplicationConfiguration replicationConfiguration)Sets the value of the ReplicationConfiguration property for this object.PutBucketReplicationRequest.BuilderPutBucketReplicationRequest.Builder. replicationConfiguration(ReplicationConfiguration replicationConfiguration)Sets the value of the ReplicationConfiguration property for this object.
-