Amazon.Redshift.AmazonRedshiftClient.CreateSnapshotCopyGrant C# (CSharp) 메소드

CreateSnapshotCopyGrant() 개인적인 메소드

private CreateSnapshotCopyGrant ( CreateSnapshotCopyGrantRequest request ) : CreateSnapshotCopyGrantResponse
request Amazon.Redshift.Model.CreateSnapshotCopyGrantRequest
리턴 Amazon.Redshift.Model.CreateSnapshotCopyGrantResponse
        internal CreateSnapshotCopyGrantResponse CreateSnapshotCopyGrant(CreateSnapshotCopyGrantRequest request)
        {
            var marshaller = new CreateSnapshotCopyGrantRequestMarshaller();
            var unmarshaller = CreateSnapshotCopyGrantResponseUnmarshaller.Instance;

            return Invoke<CreateSnapshotCopyGrantRequest,CreateSnapshotCopyGrantResponse>(request, marshaller, unmarshaller);
        }
AmazonRedshiftClient