Uses of Class
software.amazon.awssdk.services.dynamodb.model.EnableKinesisStreamingDestinationResponse
Packages that use EnableKinesisStreamingDestinationResponse
-
Uses of EnableKinesisStreamingDestinationResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return EnableKinesisStreamingDestinationResponseModifier and TypeMethodDescriptionDynamoDbClient.enableKinesisStreamingDestination(Consumer<EnableKinesisStreamingDestinationRequest.Builder> enableKinesisStreamingDestinationRequest) Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow.DynamoDbClient.enableKinesisStreamingDestination(EnableKinesisStreamingDestinationRequest enableKinesisStreamingDestinationRequest) Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type EnableKinesisStreamingDestinationResponseModifier and TypeMethodDescriptionDynamoDbAsyncClient.enableKinesisStreamingDestination(Consumer<EnableKinesisStreamingDestinationRequest.Builder> enableKinesisStreamingDestinationRequest) Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow.DynamoDbAsyncClient.enableKinesisStreamingDestination(EnableKinesisStreamingDestinationRequest enableKinesisStreamingDestinationRequest) Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow.