Amazon.Redshift.AmazonRedshiftClient.EnableSnapshotCopy C# (CSharp) Method

EnableSnapshotCopy() private method

private EnableSnapshotCopy ( EnableSnapshotCopyRequest request ) : EnableSnapshotCopyResponse
request EnableSnapshotCopyRequest
return EnableSnapshotCopyResponse
        internal EnableSnapshotCopyResponse EnableSnapshotCopy(EnableSnapshotCopyRequest request)
        {
            var marshaller = new EnableSnapshotCopyRequestMarshaller();
            var unmarshaller = EnableSnapshotCopyResponseUnmarshaller.Instance;

            return Invoke<EnableSnapshotCopyRequest,EnableSnapshotCopyResponse>(request, marshaller, unmarshaller);
        }
AmazonRedshiftClient