Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
EnableKinesisStreamingDestinationResult |
AmazonDynamoDB.enableKinesisStreamingDestination(EnableKinesisStreamingDestinationRequest enableKinesisStreamingDestinationRequest)
Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable
workflow.
|
EnableKinesisStreamingDestinationResult |
AmazonDynamoDBClient.enableKinesisStreamingDestination(EnableKinesisStreamingDestinationRequest request)
Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable
workflow.
|
EnableKinesisStreamingDestinationResult |
AbstractAmazonDynamoDB.enableKinesisStreamingDestination(EnableKinesisStreamingDestinationRequest request) |
Modifier and Type | Method and Description |
---|---|
EnableKinesisStreamingDestinationResult |
EnableKinesisStreamingDestinationResult.clone() |
EnableKinesisStreamingDestinationResult |
EnableKinesisStreamingDestinationResult.withDestinationStatus(DestinationStatus destinationStatus)
The current status of the replication.
|
EnableKinesisStreamingDestinationResult |
EnableKinesisStreamingDestinationResult.withDestinationStatus(String destinationStatus)
The current status of the replication.
|
EnableKinesisStreamingDestinationResult |
EnableKinesisStreamingDestinationResult.withStreamArn(String streamArn)
The ARN for the specific Kinesis data stream.
|
EnableKinesisStreamingDestinationResult |
EnableKinesisStreamingDestinationResult.withTableName(String tableName)
The name of the table being modified.
|
Copyright © 2021. All rights reserved.