Amazon.Redshift.AmazonRedshiftClient.CreateSnapshotCopyGrant C# (CSharp) Method

CreateSnapshotCopyGrant() private method

private CreateSnapshotCopyGrant ( CreateSnapshotCopyGrantRequest request ) : CreateSnapshotCopyGrantResponse
request Amazon.Redshift.Model.CreateSnapshotCopyGrantRequest
return 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