Amazon.S3.AmazonS3Client.GetBucketReplication C# (CSharp) Method

GetBucketReplication() public method

Retrieves the replication configuration for the given Amazon S3 bucket.
public GetBucketReplication ( GetBucketReplicationRequest request ) : GetBucketReplicationResponse
request GetBucketReplicationRequest Container for the necessary parameters to execute the GetBucketReplication service method.
return GetBucketReplicationResponse
        public GetBucketReplicationResponse GetBucketReplication(GetBucketReplicationRequest request)
        {
            var marshaller = new GetBucketReplicationRequestMarshaller();
            var unmarshaller = GetBucketReplicationResponseUnmarshaller.Instance;

            return Invoke<GetBucketReplicationRequest,GetBucketReplicationResponse>(request, marshaller, unmarshaller);
        }
AmazonS3Client