Uses of Class
software.amazon.awssdk.services.dynamodb.model.EnableKinesisStreamingDestinationResponse
-
Packages that use EnableKinesisStreamingDestinationResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of EnableKinesisStreamingDestinationResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return EnableKinesisStreamingDestinationResponse Modifier and Type Method Description default EnableKinesisStreamingDestinationResponseDynamoDbClient. enableKinesisStreamingDestination(Consumer<EnableKinesisStreamingDestinationRequest.Builder> enableKinesisStreamingDestinationRequest)Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow.default EnableKinesisStreamingDestinationResponseDynamoDbClient. 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 EnableKinesisStreamingDestinationResponse Modifier and Type Method Description default CompletableFuture<EnableKinesisStreamingDestinationResponse>DynamoDbAsyncClient. enableKinesisStreamingDestination(Consumer<EnableKinesisStreamingDestinationRequest.Builder> enableKinesisStreamingDestinationRequest)Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow.default CompletableFuture<EnableKinesisStreamingDestinationResponse>DynamoDbAsyncClient. enableKinesisStreamingDestination(EnableKinesisStreamingDestinationRequest enableKinesisStreamingDestinationRequest)Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow.
-