Amazon.Redshift.AmazonRedshiftClient.EnableSnapshotCopy C# (CSharp) Метод

EnableSnapshotCopy() приватный Метод

private EnableSnapshotCopy ( EnableSnapshotCopyRequest request ) : EnableSnapshotCopyResponse
request EnableSnapshotCopyRequest
Результат EnableSnapshotCopyResponse
        internal EnableSnapshotCopyResponse EnableSnapshotCopy(EnableSnapshotCopyRequest request)
        {
            var marshaller = new EnableSnapshotCopyRequestMarshaller();
            var unmarshaller = EnableSnapshotCopyResponseUnmarshaller.Instance;

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