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

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

private DisableSnapshotCopy ( DisableSnapshotCopyRequest request ) : DisableSnapshotCopyResponse
request DisableSnapshotCopyRequest
Результат DisableSnapshotCopyResponse
        internal DisableSnapshotCopyResponse DisableSnapshotCopy(DisableSnapshotCopyRequest request)
        {
            var marshaller = new DisableSnapshotCopyRequestMarshaller();
            var unmarshaller = DisableSnapshotCopyResponseUnmarshaller.Instance;

            return Invoke<DisableSnapshotCopyRequest,DisableSnapshotCopyResponse>(request, marshaller, unmarshaller);
        }
AmazonRedshiftClient