Method | Description | |
---|---|---|
AmazonDynamoDBStreamsClient ( ) : System |
Constructs AmazonDynamoDBStreamsClient 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.
|
|
AmazonDynamoDBStreamsClient ( |
Constructs AmazonDynamoDBStreamsClient with AWS Credentials
|
|
AmazonDynamoDBStreamsClient ( |
Constructs AmazonDynamoDBStreamsClient with AWS Credentials and an AmazonDynamoDBStreamsClient Configuration object.
|
|
AmazonDynamoDBStreamsClient ( |
Constructs AmazonDynamoDBStreamsClient with AWS Credentials
|
|
AmazonDynamoDBStreamsClient ( |
Constructs AmazonDynamoDBStreamsClient 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.
|
|
AmazonDynamoDBStreamsClient ( RegionEndpoint region ) : System |
Constructs AmazonDynamoDBStreamsClient 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.
|
|
AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonDynamoDBStreamsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonDynamoDBStreamsClient with AWS Access Key ID, AWS Secret Key and an AmazonDynamoDBStreamsClient Configuration object.
|
|
AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonDynamoDBStreamsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonDynamoDBStreamsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonDynamoDBStreamsClient with AWS Access Key ID, AWS Secret Key and an AmazonDynamoDBStreamsClient Configuration object.
|
|
AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonDynamoDBStreamsClient with AWS Access Key ID and AWS Secret Key
|
|
BeginDescribeStream ( |
Initiates the asynchronous execution of the DescribeStream operation.
|
|
BeginGetRecords ( |
Initiates the asynchronous execution of the GetRecords operation.
|
|
BeginGetShardIterator ( |
Initiates the asynchronous execution of the GetShardIterator operation.
|
|
BeginListStreams ( |
Initiates the asynchronous execution of the ListStreams operation.
|
|
DescribeStream ( |
Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table. You can call DescribeStream at a maximum rate of 10 times per second. Each shard in the stream has a
|
|
DescribeStream ( string streamArn ) : Amazon.DynamoDBv2.Model.DescribeStreamResponse |
Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table. You can call DescribeStream at a maximum rate of 10 times per second. Each shard in the stream has a
|
|
DescribeStreamAsync ( |
Initiates the asynchronous execution of the DescribeStream operation.
|
|
DescribeStreamAsync ( string streamArn, System cancellationToken = default(CancellationToken) ) : Task |
Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table. You can call DescribeStream at a maximum rate of 10 times per second. Each shard in the stream has a
|
|
EndDescribeStream ( IAsyncResult asyncResult ) : Amazon.DynamoDBv2.Model.DescribeStreamResponse |
Finishes the asynchronous execution of the DescribeStream operation.
|
|
EndGetRecords ( IAsyncResult asyncResult ) : Amazon.DynamoDBv2.Model.GetRecordsResponse |
Finishes the asynchronous execution of the GetRecords operation.
|
|
EndGetShardIterator ( IAsyncResult asyncResult ) : Amazon.DynamoDBv2.Model.GetShardIteratorResponse |
Finishes the asynchronous execution of the GetShardIterator operation.
|
|
EndListStreams ( IAsyncResult asyncResult ) : Amazon.DynamoDBv2.Model.ListStreamsResponse |
Finishes the asynchronous execution of the ListStreams operation.
|
|
GetRecords ( |
Retrieves the stream records from a given shard. Specify a shard iterator using the
|
|
GetRecords ( string shardIterator ) : Amazon.DynamoDBv2.Model.GetRecordsResponse |
Retrieves the stream records from a given shard. Specify a shard iterator using the
|
|
GetRecordsAsync ( |
Initiates the asynchronous execution of the GetRecords operation.
|
|
GetRecordsAsync ( string shardIterator, System cancellationToken = default(CancellationToken) ) : Task |
Retrieves the stream records from a given shard. Specify a shard iterator using the
|
|
GetShardIterator ( |
Returns a shard iterator. A shard iterator provides information about how to retrieve the stream records from within a shard. Use the shard iterator in a subsequent A shard iterator expires 15 minutes after it is returned to the requester.
|
|
GetShardIteratorAsync ( |
Initiates the asynchronous execution of the GetShardIterator operation.
|
|
ListStreams ( ) : Amazon.DynamoDBv2.Model.ListStreamsResponse |
Returns an array of stream ARNs associated with the current account and endpoint. If the You can call ListStreams at a maximum rate of 5 times per second.
|
|
ListStreams ( |
Returns an array of stream ARNs associated with the current account and endpoint. If the You can call ListStreams at a maximum rate of 5 times per second.
|
|
ListStreamsAsync ( |
Initiates the asynchronous execution of the ListStreams operation.
|
|
ListStreamsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Returns an array of stream ARNs associated with the current account and endpoint. If the You can call ListStreams at a maximum rate of 5 times per second.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void |
Customize the pipeline
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonDynamoDBStreamsClient ( ) : System | ||
return | System |
public AmazonDynamoDBStreamsClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonDynamoDBStreamsClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonDynamoDBStreamsClient Configuration Object | |
return | System |
public AmazonDynamoDBStreamsClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonDynamoDBStreamsClient ( |
||
config | The AmazonDynamoDBStreamsClient Configuration Object | |
return | System |
public AmazonDynamoDBStreamsClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonDynamoDBStreamsClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonDynamoDBStreamsClient Configuration Object | |
return | System |
public AmazonDynamoDBStreamsClient ( 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 AmazonDynamoDBStreamsClient ( 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 AmazonDynamoDBStreamsClient ( 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 AmazonDynamoDBStreamsClient Configuration Object | |
return | System |
public AmazonDynamoDBStreamsClient ( 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 BeginDescribeStream ( |
||
request | Container for the necessary parameters to execute the DescribeStream operation on AmazonDynamoDBStreamsClient. | |
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 AmazonDynamoDBStreamsClient. | |
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 AmazonDynamoDBStreamsClient. | |
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 AmazonDynamoDBStreamsClient. | |
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 |
protected CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void | ||
pipeline | RuntimePipeline | |
return | void |
public DescribeStream ( |
||
request | Container for the necessary parameters to execute the DescribeStream service method. | |
return | Amazon.DynamoDBv2.Model.DescribeStreamResponse |
public DescribeStream ( string streamArn ) : Amazon.DynamoDBv2.Model.DescribeStreamResponse | ||
streamArn | string | The Amazon Resource Name (ARN) for the stream. |
return | Amazon.DynamoDBv2.Model.DescribeStreamResponse |
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 ( string streamArn, System cancellationToken = default(CancellationToken) ) : Task |
||
streamArn | string | The Amazon Resource Name (ARN) for the stream. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EndDescribeStream ( IAsyncResult asyncResult ) : Amazon.DynamoDBv2.Model.DescribeStreamResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeStream. |
return | Amazon.DynamoDBv2.Model.DescribeStreamResponse |
public EndGetRecords ( IAsyncResult asyncResult ) : Amazon.DynamoDBv2.Model.GetRecordsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetRecords. |
return | Amazon.DynamoDBv2.Model.GetRecordsResponse |
public EndGetShardIterator ( IAsyncResult asyncResult ) : Amazon.DynamoDBv2.Model.GetShardIteratorResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetShardIterator. |
return | Amazon.DynamoDBv2.Model.GetShardIteratorResponse |
public EndListStreams ( IAsyncResult asyncResult ) : Amazon.DynamoDBv2.Model.ListStreamsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListStreams. |
return | Amazon.DynamoDBv2.Model.ListStreamsResponse |
public GetRecords ( |
||
request | Container for the necessary parameters to execute the GetRecords service method. | |
return | Amazon.DynamoDBv2.Model.GetRecordsResponse |
public GetRecords ( string shardIterator ) : Amazon.DynamoDBv2.Model.GetRecordsResponse | ||
shardIterator | string | A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard. |
return | Amazon.DynamoDBv2.Model.GetRecordsResponse |
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 ( string shardIterator, System cancellationToken = default(CancellationToken) ) : Task |
||
shardIterator | string | A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetShardIterator ( |
||
request | Container for the necessary parameters to execute the GetShardIterator service method. | |
return | Amazon.DynamoDBv2.Model.GetShardIteratorResponse |
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 ListStreams ( ) : Amazon.DynamoDBv2.Model.ListStreamsResponse | ||
return | Amazon.DynamoDBv2.Model.ListStreamsResponse |
public ListStreams ( |
||
request | Container for the necessary parameters to execute the ListStreams service method. | |
return | Amazon.DynamoDBv2.Model.ListStreamsResponse |
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 |