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

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

private CreateClusterSnapshot ( CreateClusterSnapshotRequest request ) : CreateClusterSnapshotResponse
request Amazon.Redshift.Model.CreateClusterSnapshotRequest
Результат Amazon.Redshift.Model.CreateClusterSnapshotResponse
        internal CreateClusterSnapshotResponse CreateClusterSnapshot(CreateClusterSnapshotRequest request)
        {
            var marshaller = new CreateClusterSnapshotRequestMarshaller();
            var unmarshaller = CreateClusterSnapshotResponseUnmarshaller.Instance;

            return Invoke<CreateClusterSnapshotRequest,CreateClusterSnapshotResponse>(request, marshaller, unmarshaller);
        }
AmazonRedshiftClient