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