Method | Description | |
---|---|---|
AddTagsToStreamAsync ( |
Initiates the asynchronous execution of the AddTagsToStream operation.
|
|
AddTagsToStreamAsync ( |
Initiates the asynchronous execution of the AddTagsToStream operation.
|
|
AmazonKinesisClient ( ) : System |
Constructs AmazonKinesisClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonKinesisClient ( |
Constructs AmazonKinesisClient with AWS Credentials
|
|
AmazonKinesisClient ( |
Constructs AmazonKinesisClient with AWS Credentials and an AmazonKinesisClient Configuration object.
|
|
AmazonKinesisClient ( |
Constructs AmazonKinesisClient with AWS Credentials
|
|
AmazonKinesisClient ( |
Constructs AmazonKinesisClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonKinesisClient ( RegionEndpoint region ) : System |
Constructs AmazonKinesisClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonKinesisClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonKinesisClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonKinesisClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonKinesisClient with AWS Access Key ID, AWS Secret Key and an AmazonKinesisClient Configuration object.
|
|
AmazonKinesisClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonKinesisClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonKinesisClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonKinesisClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonKinesisClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonKinesisClient with AWS Access Key ID, AWS Secret Key and an AmazonKinesisClient Configuration object.
|
|
AmazonKinesisClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonKinesisClient with AWS Access Key ID and AWS Secret Key
|
|
BeginAddTagsToStream ( |
Initiates the asynchronous execution of the AddTagsToStream operation.
|
|
BeginCreateStream ( CreateStreamRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the CreateStream operation.
|
|
BeginDecreaseStreamRetentionPeriod ( |
Initiates the asynchronous execution of the DecreaseStreamRetentionPeriod operation.
|
|
BeginDeleteStream ( DeleteStreamRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DeleteStream operation.
|
|
BeginDescribeLimits ( DescribeLimitsRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeLimits operation.
|
|
BeginDescribeStream ( |
Initiates the asynchronous execution of the DescribeStream operation.
|
|
BeginDisableEnhancedMonitoring ( |
Initiates the asynchronous execution of the DisableEnhancedMonitoring operation.
|
|
BeginEnableEnhancedMonitoring ( |
Initiates the asynchronous execution of the EnableEnhancedMonitoring operation.
|
|
BeginGetRecords ( |
Initiates the asynchronous execution of the GetRecords operation.
|
|
BeginGetShardIterator ( |
Initiates the asynchronous execution of the GetShardIterator operation.
|
|
BeginIncreaseStreamRetentionPeriod ( |
Initiates the asynchronous execution of the IncreaseStreamRetentionPeriod operation.
|
|
BeginListStreams ( |
Initiates the asynchronous execution of the ListStreams operation.
|
|
BeginListTagsForStream ( Amazon.Kinesis.Model.ListTagsForStreamRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the ListTagsForStream operation.
|
|
BeginMergeShards ( |
Initiates the asynchronous execution of the MergeShards operation.
|
|
BeginPutRecord ( |
Initiates the asynchronous execution of the PutRecord operation.
|
|
BeginPutRecords ( |
Initiates the asynchronous execution of the PutRecords operation.
|
|
BeginRemoveTagsFromStream ( |
Initiates the asynchronous execution of the RemoveTagsFromStream operation.
|
|
BeginSplitShard ( |
Initiates the asynchronous execution of the SplitShard operation.
|
|
BeginUpdateShardCount ( |
Initiates the asynchronous execution of the UpdateShardCount operation.
|
|
CreateStreamAsync ( CreateStreamRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the CreateStream operation.
|
|
CreateStreamAsync ( CreateStreamRequest request, CreateStreamResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the CreateStream operation.
|
|
DecreaseStreamRetentionPeriod ( string streamName, int retentionPeriodHours ) : DecreaseStreamRetentionPeriodResponse |
Decreases the Amazon Kinesis stream's retention period, which is the length of time data records are accessible after they are added to the stream. The minimum value of a stream's retention period is 24 hours. This operation may result in lost data. For example, if the stream's retention period is 48 hours and is decreased to 24 hours, any data already in the stream that is older than 24 hours is inaccessible.
|
|
DecreaseStreamRetentionPeriodAsync ( |
Initiates the asynchronous execution of the DecreaseStreamRetentionPeriod operation.
|
|
DecreaseStreamRetentionPeriodAsync ( string streamName, int retentionPeriodHours, System cancellationToken = default(CancellationToken) ) : Task |
Decreases the Amazon Kinesis stream's retention period, which is the length of time data records are accessible after they are added to the stream. The minimum value of a stream's retention period is 24 hours. This operation may result in lost data. For example, if the stream's retention period is 48 hours and is decreased to 24 hours, any data already in the stream that is older than 24 hours is inaccessible.
|
|
DecreaseStreamRetentionPeriodAsync ( |
Initiates the asynchronous execution of the DecreaseStreamRetentionPeriod operation.
|
|
DecreaseStreamRetentionPeriodAsync ( string streamName, int retentionPeriodHours, DecreaseStreamRetentionPeriodResponse>.AmazonServiceCallback |
Decreases the Amazon Kinesis stream's retention period, which is the length of time data records are accessible after they are added to the stream. The minimum value of a stream's retention period is 24 hours. This operation may result in lost data. For example, if the stream's retention period is 48 hours and is decreased to 24 hours, any data already in the stream that is older than 24 hours is inaccessible.
|
|
DeleteStreamAsync ( DeleteStreamRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteStream operation.
|
|
DeleteStreamAsync ( DeleteStreamRequest request, DeleteStreamResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the DeleteStream operation.
|
|
DescribeLimitsAsync ( DescribeLimitsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeLimits operation.
|
|
DescribeLimitsAsync ( DescribeLimitsRequest request, DescribeLimitsResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the DescribeLimits operation.
|
|
DescribeStreamAsync ( |
Initiates the asynchronous execution of the DescribeStream operation.
|
|
DescribeStreamAsync ( |
Initiates the asynchronous execution of the DescribeStream operation.
|
|
DisableEnhancedMonitoringAsync ( |
Initiates the asynchronous execution of the DisableEnhancedMonitoring operation.
|
|
DisableEnhancedMonitoringAsync ( |
Initiates the asynchronous execution of the DisableEnhancedMonitoring operation.
|
|
EnableEnhancedMonitoringAsync ( |
Initiates the asynchronous execution of the EnableEnhancedMonitoring operation.
|
|
EnableEnhancedMonitoringAsync ( |
Initiates the asynchronous execution of the EnableEnhancedMonitoring operation.
|
|
EndAddTagsToStream ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.AddTagsToStreamResponse |
Finishes the asynchronous execution of the AddTagsToStream operation.
|
|
EndCreateStream ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.CreateStreamResponse |
Finishes the asynchronous execution of the CreateStream operation.
|
|
EndDecreaseStreamRetentionPeriod ( IAsyncResult asyncResult ) : DecreaseStreamRetentionPeriodResponse |
Finishes the asynchronous execution of the DecreaseStreamRetentionPeriod operation.
|
|
EndDeleteStream ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.DeleteStreamResponse |
Finishes the asynchronous execution of the DeleteStream operation.
|
|
EndDescribeLimits ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeLimits operation.
|
|
EndDescribeStream ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeStream operation.
|
|
EndDisableEnhancedMonitoring ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DisableEnhancedMonitoring operation.
|
|
EndEnableEnhancedMonitoring ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the EnableEnhancedMonitoring operation.
|
|
EndGetRecords ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetRecords operation.
|
|
EndGetShardIterator ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetShardIterator operation.
|
|
EndIncreaseStreamRetentionPeriod ( IAsyncResult asyncResult ) : IncreaseStreamRetentionPeriodResponse |
Finishes the asynchronous execution of the IncreaseStreamRetentionPeriod operation.
|
|
EndListStreams ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListStreams operation.
|
|
EndListTagsForStream ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.ListTagsForStreamResponse |
Finishes the asynchronous execution of the ListTagsForStream operation.
|
|
EndMergeShards ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.MergeShardsResponse |
Finishes the asynchronous execution of the MergeShards operation.
|
|
EndPutRecord ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the PutRecord operation.
|
|
EndPutRecords ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the PutRecords operation.
|
|
EndRemoveTagsFromStream ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.RemoveTagsFromStreamResponse |
Finishes the asynchronous execution of the RemoveTagsFromStream operation.
|
|
EndSplitShard ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.SplitShardResponse |
Finishes the asynchronous execution of the SplitShard operation.
|
|
EndUpdateShardCount ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UpdateShardCount operation.
|
|
GetRecordsAsync ( |
Initiates the asynchronous execution of the GetRecords operation.
|
|
GetRecordsAsync ( |
Initiates the asynchronous execution of the GetRecords operation.
|
|
GetShardIteratorAsync ( |
Initiates the asynchronous execution of the GetShardIterator operation.
|
|
GetShardIteratorAsync ( |
Initiates the asynchronous execution of the GetShardIterator operation.
|
|
IncreaseStreamRetentionPeriod ( string streamName, int retentionPeriodHours ) : IncreaseStreamRetentionPeriodResponse |
Increases the Amazon Kinesis stream's retention period, which is the length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 168 hours (7 days). Upon choosing a longer stream retention period, this operation will increase the time period records are accessible that have not yet expired. However, it will not make previous data that has expired (older than the stream's previous retention period) accessible after the operation has been called. For example, if a stream's retention period is set to 24 hours and is increased to 168 hours, any data that is older than 24 hours will remain inaccessible to consumer applications.
|
|
IncreaseStreamRetentionPeriodAsync ( |
Initiates the asynchronous execution of the IncreaseStreamRetentionPeriod operation.
|
|
IncreaseStreamRetentionPeriodAsync ( string streamName, int retentionPeriodHours, System cancellationToken = default(CancellationToken) ) : Task |
Increases the Amazon Kinesis stream's retention period, which is the length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 168 hours (7 days). Upon choosing a longer stream retention period, this operation will increase the time period records are accessible that have not yet expired. However, it will not make previous data that has expired (older than the stream's previous retention period) accessible after the operation has been called. For example, if a stream's retention period is set to 24 hours and is increased to 168 hours, any data that is older than 24 hours will remain inaccessible to consumer applications.
|
|
IncreaseStreamRetentionPeriodAsync ( |
Initiates the asynchronous execution of the IncreaseStreamRetentionPeriod operation.
|
|
IncreaseStreamRetentionPeriodAsync ( string streamName, int retentionPeriodHours, IncreaseStreamRetentionPeriodResponse>.AmazonServiceCallback |
Increases the Amazon Kinesis stream's retention period, which is the length of time data records are accessible after they are added to the stream. The maximum value of a stream's retention period is 168 hours (7 days). Upon choosing a longer stream retention period, this operation will increase the time period records are accessible that have not yet expired. However, it will not make previous data that has expired (older than the stream's previous retention period) accessible after the operation has been called. For example, if a stream's retention period is set to 24 hours and is increased to 168 hours, any data that is older than 24 hours will remain inaccessible to consumer applications.
|
|
ListStreamsAsync ( |
Initiates the asynchronous execution of the ListStreams operation.
|
|
ListStreamsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Lists your Amazon Kinesis streams. The number of streams may be too large to return from a single call to You can detect if there are more streams available to list by using the ListStreams has a limit of 5 transactions per second per account.
|
|
ListStreamsAsync ( ListStreamsResponse>.AmazonServiceCallback |
||
ListStreamsAsync ( |
Initiates the asynchronous execution of the ListStreams operation.
|
|
ListTagsForStreamAsync ( Amazon.Kinesis.Model.ListTagsForStreamRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ListTagsForStream operation.
|
|
ListTagsForStreamAsync ( Amazon.Kinesis.Model.ListTagsForStreamRequest request, ListTagsForStreamResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the ListTagsForStream operation.
|
|
MergeShardsAsync ( |
Initiates the asynchronous execution of the MergeShards operation.
|
|
MergeShardsAsync ( |
Initiates the asynchronous execution of the MergeShards operation.
|
|
PutRecordAsync ( |
Initiates the asynchronous execution of the PutRecord operation.
|
|
PutRecordAsync ( |
Initiates the asynchronous execution of the PutRecord operation.
|
|
PutRecordsAsync ( |
Initiates the asynchronous execution of the PutRecords operation.
|
|
PutRecordsAsync ( |
Initiates the asynchronous execution of the PutRecords operation.
|
|
RemoveTagsFromStreamAsync ( |
Initiates the asynchronous execution of the RemoveTagsFromStream operation.
|
|
RemoveTagsFromStreamAsync ( |
Initiates the asynchronous execution of the RemoveTagsFromStream operation.
|
|
SplitShardAsync ( |
Initiates the asynchronous execution of the SplitShard operation.
|
|
SplitShardAsync ( |
Initiates the asynchronous execution of the SplitShard operation.
|
|
UpdateShardCountAsync ( |
Initiates the asynchronous execution of the UpdateShardCount operation.
|
|
UpdateShardCountAsync ( |
Initiates the asynchronous execution of the UpdateShardCount operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
Method | Description | |
---|---|---|
AddTagsToStream ( |
||
CreateStream ( CreateStreamRequest request ) : Amazon.Kinesis.Model.CreateStreamResponse | ||
DecreaseStreamRetentionPeriod ( |
||
DeleteStream ( DeleteStreamRequest request ) : Amazon.Kinesis.Model.DeleteStreamResponse | ||
DescribeLimits ( DescribeLimitsRequest request ) : |
||
DescribeStream ( |
||
DisableEnhancedMonitoring ( |
||
EnableEnhancedMonitoring ( |
||
GetRecords ( |
||
GetShardIterator ( |
||
IncreaseStreamRetentionPeriod ( |
||
ListStreams ( ) : |
||
ListStreams ( |
||
ListTagsForStream ( Amazon.Kinesis.Model.ListTagsForStreamRequest request ) : Amazon.Kinesis.Model.ListTagsForStreamResponse | ||
MergeShards ( |
||
PutRecord ( |
||
PutRecords ( |
||
RemoveTagsFromStream ( |
||
SplitShard ( |
||
UpdateShardCount ( |
public AddTagsToStreamAsync ( |
||
request | Container for the necessary parameters to execute the AddTagsToStream operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AddTagsToStreamAsync ( |
||
request | Container for the necessary parameters to execute the AddTagsToStream operation on AmazonKinesisClient. | |
callback | AddTagsToStreamResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public AmazonKinesisClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonKinesisClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonKinesisClient Configuration Object | |
return | System |
public AmazonKinesisClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonKinesisClient ( |
||
config | The AmazonKinesisClient Configuration Object | |
return | System |
public AmazonKinesisClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonKinesisClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonKinesisClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonKinesisClient Configuration Object | |
return | System |
public AmazonKinesisClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonKinesisClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
return | System |
public AmazonKinesisClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonKinesisClient Configuration Object | |
return | System |
public AmazonKinesisClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
return | System |
public BeginAddTagsToStream ( |
||
request | Container for the necessary parameters to execute the AddTagsToStream operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateStream ( CreateStreamRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.Kinesis.Model.CreateStreamRequest | Container for the necessary parameters to execute the CreateStream operation on AmazonKinesisClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDecreaseStreamRetentionPeriod ( |
||
request | Container for the necessary parameters to execute the DecreaseStreamRetentionPeriod operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteStream ( DeleteStreamRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.Kinesis.Model.DeleteStreamRequest | Container for the necessary parameters to execute the DeleteStream operation on AmazonKinesisClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeLimits ( DescribeLimitsRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeLimitsRequest | Container for the necessary parameters to execute the DescribeLimits operation on AmazonKinesisClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeStream ( |
||
request | Container for the necessary parameters to execute the DescribeStream operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDisableEnhancedMonitoring ( |
||
request | Container for the necessary parameters to execute the DisableEnhancedMonitoring operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginEnableEnhancedMonitoring ( |
||
request | Container for the necessary parameters to execute the EnableEnhancedMonitoring operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetRecords ( |
||
request | Container for the necessary parameters to execute the GetRecords operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetShardIterator ( |
||
request | Container for the necessary parameters to execute the GetShardIterator operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginIncreaseStreamRetentionPeriod ( |
||
request | Container for the necessary parameters to execute the IncreaseStreamRetentionPeriod operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginListStreams ( |
||
request | Container for the necessary parameters to execute the ListStreams operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginListTagsForStream ( Amazon.Kinesis.Model.ListTagsForStreamRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.Kinesis.Model.ListTagsForStreamRequest | Container for the necessary parameters to execute the ListTagsForStream operation on AmazonKinesisClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginMergeShards ( |
||
request | Container for the necessary parameters to execute the MergeShards operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginPutRecord ( |
||
request | Container for the necessary parameters to execute the PutRecord operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginPutRecords ( |
||
request | Container for the necessary parameters to execute the PutRecords operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginRemoveTagsFromStream ( |
||
request | Container for the necessary parameters to execute the RemoveTagsFromStream operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginSplitShard ( |
||
request | Container for the necessary parameters to execute the SplitShard operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginUpdateShardCount ( |
||
request | Container for the necessary parameters to execute the UpdateShardCount operation on AmazonKinesisClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
protected CreateSigner ( ) : |
||
return |
public CreateStreamAsync ( CreateStreamRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.Kinesis.Model.CreateStreamRequest | Container for the necessary parameters to execute the CreateStream operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CreateStreamAsync ( CreateStreamRequest request, CreateStreamResponse>.AmazonServiceCallback |
||
request | Amazon.Kinesis.Model.CreateStreamRequest | Container for the necessary parameters to execute the CreateStream operation on AmazonKinesisClient. |
callback | CreateStreamResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public DecreaseStreamRetentionPeriod ( string streamName, int retentionPeriodHours ) : DecreaseStreamRetentionPeriodResponse | ||
streamName | string | The name of the stream to modify. |
retentionPeriodHours | int | The new retention period of the stream, in hours. Must be less than the current retention period. |
return | DecreaseStreamRetentionPeriodResponse |
public DecreaseStreamRetentionPeriodAsync ( |
||
request | Container for the necessary parameters to execute the DecreaseStreamRetentionPeriod operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DecreaseStreamRetentionPeriodAsync ( string streamName, int retentionPeriodHours, System cancellationToken = default(CancellationToken) ) : Task |
||
streamName | string | The name of the stream to modify. |
retentionPeriodHours | int | The new retention period of the stream, in hours. Must be less than the current retention period. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DecreaseStreamRetentionPeriodAsync ( |
||
request | Container for the necessary parameters to execute the DecreaseStreamRetentionPeriod operation on AmazonKinesisClient. | |
callback | DecreaseStreamRetentionPeriodResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public DecreaseStreamRetentionPeriodAsync ( string streamName, int retentionPeriodHours, DecreaseStreamRetentionPeriodResponse>.AmazonServiceCallback |
||
streamName | string | The name of the stream to modify. |
retentionPeriodHours | int | The new retention period of the stream, in hours. Must be less than the current retention period. |
callback | DecreaseStreamRetentionPeriodResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// | |
return | void |
public DeleteStreamAsync ( DeleteStreamRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.Kinesis.Model.DeleteStreamRequest | Container for the necessary parameters to execute the DeleteStream operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteStreamAsync ( DeleteStreamRequest request, DeleteStreamResponse>.AmazonServiceCallback |
||
request | Amazon.Kinesis.Model.DeleteStreamRequest | Container for the necessary parameters to execute the DeleteStream operation on AmazonKinesisClient. |
callback | DeleteStreamResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public DescribeLimitsAsync ( DescribeLimitsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeLimitsRequest | Container for the necessary parameters to execute the DescribeLimits operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeLimitsAsync ( DescribeLimitsRequest request, DescribeLimitsResponse>.AmazonServiceCallback |
||
request | DescribeLimitsRequest | Container for the necessary parameters to execute the DescribeLimits operation on AmazonKinesisClient. |
callback | DescribeLimitsResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public DescribeStreamAsync ( |
||
request | Container for the necessary parameters to execute the DescribeStream operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeStreamAsync ( |
||
request | Container for the necessary parameters to execute the DescribeStream operation on AmazonKinesisClient. | |
callback | DescribeStreamResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public DisableEnhancedMonitoringAsync ( |
||
request | Container for the necessary parameters to execute the DisableEnhancedMonitoring operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DisableEnhancedMonitoringAsync ( |
||
request | Container for the necessary parameters to execute the DisableEnhancedMonitoring operation on AmazonKinesisClient. | |
callback | DisableEnhancedMonitoringResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public EnableEnhancedMonitoringAsync ( |
||
request | Container for the necessary parameters to execute the EnableEnhancedMonitoring operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EnableEnhancedMonitoringAsync ( |
||
request | Container for the necessary parameters to execute the EnableEnhancedMonitoring operation on AmazonKinesisClient. | |
callback | EnableEnhancedMonitoringResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public EndAddTagsToStream ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.AddTagsToStreamResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddTagsToStream. |
return | Amazon.Kinesis.Model.AddTagsToStreamResponse |
public EndCreateStream ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.CreateStreamResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateStream. |
return | Amazon.Kinesis.Model.CreateStreamResponse |
public EndDecreaseStreamRetentionPeriod ( IAsyncResult asyncResult ) : DecreaseStreamRetentionPeriodResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDecreaseStreamRetentionPeriod. |
return | DecreaseStreamRetentionPeriodResponse |
public EndDeleteStream ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.DeleteStreamResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteStream. |
return | Amazon.Kinesis.Model.DeleteStreamResponse |
public EndDescribeLimits ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeLimits. |
return |
public EndDescribeStream ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeStream. |
return |
public EndDisableEnhancedMonitoring ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDisableEnhancedMonitoring. |
return |
public EndEnableEnhancedMonitoring ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginEnableEnhancedMonitoring. |
return |
public EndGetRecords ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetRecords. |
return |
public EndGetShardIterator ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetShardIterator. |
return |
public EndIncreaseStreamRetentionPeriod ( IAsyncResult asyncResult ) : IncreaseStreamRetentionPeriodResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginIncreaseStreamRetentionPeriod. |
return | IncreaseStreamRetentionPeriodResponse |
public EndListStreams ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListStreams. |
return |
public EndListTagsForStream ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.ListTagsForStreamResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListTagsForStream. |
return | Amazon.Kinesis.Model.ListTagsForStreamResponse |
public EndMergeShards ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.MergeShardsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginMergeShards. |
return | Amazon.Kinesis.Model.MergeShardsResponse |
public EndPutRecord ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutRecord. |
return |
public EndPutRecords ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutRecords. |
return |
public EndRemoveTagsFromStream ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.RemoveTagsFromStreamResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRemoveTagsFromStream. |
return | Amazon.Kinesis.Model.RemoveTagsFromStreamResponse |
public EndSplitShard ( IAsyncResult asyncResult ) : Amazon.Kinesis.Model.SplitShardResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSplitShard. |
return | Amazon.Kinesis.Model.SplitShardResponse |
public EndUpdateShardCount ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateShardCount. |
return |
public GetRecordsAsync ( |
||
request | Container for the necessary parameters to execute the GetRecords operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetRecordsAsync ( |
||
request | Container for the necessary parameters to execute the GetRecords operation on AmazonKinesisClient. | |
callback | GetRecordsResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public GetShardIteratorAsync ( |
||
request | Container for the necessary parameters to execute the GetShardIterator operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetShardIteratorAsync ( |
||
request | Container for the necessary parameters to execute the GetShardIterator operation on AmazonKinesisClient. | |
callback | GetShardIteratorResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public IncreaseStreamRetentionPeriod ( string streamName, int retentionPeriodHours ) : IncreaseStreamRetentionPeriodResponse | ||
streamName | string | The name of the stream to modify. |
retentionPeriodHours | int | The new retention period of the stream, in hours. Must be more than the current retention period. |
return | IncreaseStreamRetentionPeriodResponse |
public IncreaseStreamRetentionPeriodAsync ( |
||
request | 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 IncreaseStreamRetentionPeriodAsync ( string streamName, int retentionPeriodHours, System cancellationToken = default(CancellationToken) ) : Task |
||
streamName | string | The name of the stream to modify. |
retentionPeriodHours | int | The new retention period of the stream, in hours. Must be more than the current retention period. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public IncreaseStreamRetentionPeriodAsync ( |
||
request | Container for the necessary parameters to execute the IncreaseStreamRetentionPeriod operation on AmazonKinesisClient. | |
callback | IncreaseStreamRetentionPeriodResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public IncreaseStreamRetentionPeriodAsync ( string streamName, int retentionPeriodHours, IncreaseStreamRetentionPeriodResponse>.AmazonServiceCallback |
||
streamName | string | The name of the stream to modify. |
retentionPeriodHours | int | The new retention period of the stream, in hours. Must be more than the current retention period. |
callback | IncreaseStreamRetentionPeriodResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// | |
return | void |
public ListStreamsAsync ( |
||
request | Container for the necessary parameters to execute the ListStreams operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListStreamsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListStreamsAsync ( ListStreamsResponse>.AmazonServiceCallback |
||
callback | ListStreamsResponse>.AmazonServiceCallback | |
options | /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// | |
return | void |
public ListStreamsAsync ( |
||
request | Container for the necessary parameters to execute the ListStreams operation on AmazonKinesisClient. | |
callback | ListStreamsResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public ListTagsForStreamAsync ( Amazon.Kinesis.Model.ListTagsForStreamRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.Kinesis.Model.ListTagsForStreamRequest | Container for the necessary parameters to execute the ListTagsForStream operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListTagsForStreamAsync ( Amazon.Kinesis.Model.ListTagsForStreamRequest request, ListTagsForStreamResponse>.AmazonServiceCallback |
||
request | Amazon.Kinesis.Model.ListTagsForStreamRequest | Container for the necessary parameters to execute the ListTagsForStream operation on AmazonKinesisClient. |
callback | ListTagsForStreamResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public MergeShardsAsync ( |
||
request | Container for the necessary parameters to execute the MergeShards operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public MergeShardsAsync ( |
||
request | Container for the necessary parameters to execute the MergeShards operation on AmazonKinesisClient. | |
callback | MergeShardsResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public PutRecordAsync ( |
||
request | Container for the necessary parameters to execute the PutRecord operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutRecordAsync ( |
||
request | Container for the necessary parameters to execute the PutRecord operation on AmazonKinesisClient. | |
callback | PutRecordResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public PutRecordsAsync ( |
||
request | Container for the necessary parameters to execute the PutRecords operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutRecordsAsync ( |
||
request | Container for the necessary parameters to execute the PutRecords operation on AmazonKinesisClient. | |
callback | PutRecordsResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public RemoveTagsFromStreamAsync ( |
||
request | Container for the necessary parameters to execute the RemoveTagsFromStream operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public RemoveTagsFromStreamAsync ( |
||
request | Container for the necessary parameters to execute the RemoveTagsFromStream operation on AmazonKinesisClient. | |
callback | RemoveTagsFromStreamResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public SplitShardAsync ( |
||
request | Container for the necessary parameters to execute the SplitShard operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public SplitShardAsync ( |
||
request | Container for the necessary parameters to execute the SplitShard operation on AmazonKinesisClient. | |
callback | SplitShardResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |
public UpdateShardCountAsync ( |
||
request | Container for the necessary parameters to execute the UpdateShardCount operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UpdateShardCountAsync ( |
||
request | Container for the necessary parameters to execute the UpdateShardCount operation on AmazonKinesisClient. | |
callback | UpdateShardCountResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
return | void |