Amazon.Redshift.AmazonRedshiftClient.EnableSnapshotCopy C# (CSharp) Méthode

EnableSnapshotCopy() private méthode

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

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