Uses of Class
software.amazon.awssdk.services.s3.model.ReplicationConfiguration
Packages that use ReplicationConfiguration
-
Uses of ReplicationConfiguration in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ReplicationConfigurationModifier and TypeMethodDescriptionfinal ReplicationConfigurationGetBucketReplicationResponse.replicationConfiguration()Returns the value of the ReplicationConfiguration property for this object.final ReplicationConfigurationPutBucketReplicationRequest.replicationConfiguration()Returns the value of the ReplicationConfiguration property for this object.Methods in software.amazon.awssdk.services.s3.model with parameters of type ReplicationConfigurationModifier and TypeMethodDescriptionGetBucketReplicationResponse.Builder.replicationConfiguration(ReplicationConfiguration replicationConfiguration) Sets the value of the ReplicationConfiguration property for this object.PutBucketReplicationRequest.Builder.replicationConfiguration(ReplicationConfiguration replicationConfiguration) Sets the value of the ReplicationConfiguration property for this object.