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

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

private ModifySnapshotCopyRetentionPeriod ( ModifySnapshotCopyRetentionPeriodRequest request ) : ModifySnapshotCopyRetentionPeriodResponse
request ModifySnapshotCopyRetentionPeriodRequest
Результат ModifySnapshotCopyRetentionPeriodResponse
        internal ModifySnapshotCopyRetentionPeriodResponse ModifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest request)
        {
            var marshaller = new ModifySnapshotCopyRetentionPeriodRequestMarshaller();
            var unmarshaller = ModifySnapshotCopyRetentionPeriodResponseUnmarshaller.Instance;

            return Invoke<ModifySnapshotCopyRetentionPeriodRequest,ModifySnapshotCopyRetentionPeriodResponse>(request, marshaller, unmarshaller);
        }
AmazonRedshiftClient