Amazon.Kinesis.AmazonKinesisClient.IncreaseStreamRetentionPeriodAsync C# (CSharp) Method

IncreaseStreamRetentionPeriodAsync() public method

Initiates the asynchronous execution of the IncreaseStreamRetentionPeriod operation.
public IncreaseStreamRetentionPeriodAsync ( IncreaseStreamRetentionPeriodRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Kinesis.Model.IncreaseStreamRetentionPeriodRequest Container for the necessary parameters to execute the IncreaseStreamRetentionPeriod operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<IncreaseStreamRetentionPeriodResponse> IncreaseStreamRetentionPeriodAsync(IncreaseStreamRetentionPeriodRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new IncreaseStreamRetentionPeriodRequestMarshaller();
            var unmarshaller = IncreaseStreamRetentionPeriodResponseUnmarshaller.Instance;

            return InvokeAsync<IncreaseStreamRetentionPeriodRequest,IncreaseStreamRetentionPeriodResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonKinesisClient::IncreaseStreamRetentionPeriodAsync ( string streamName, int retentionPeriodHours, System cancellationToken = default(CancellationToken) ) : Task
AmazonKinesisClient::IncreaseStreamRetentionPeriodAsync ( IncreaseStreamRetentionPeriodRequest request, IncreaseStreamRetentionPeriodResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonKinesisClient::IncreaseStreamRetentionPeriodAsync ( string streamName, int retentionPeriodHours, IncreaseStreamRetentionPeriodResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonKinesisClient