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