Uses of Class
software.amazon.awssdk.services.dynamodb.model.KinesisDataStreamDestination
-
Packages that use KinesisDataStreamDestination Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of KinesisDataStreamDestination in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type KinesisDataStreamDestination Modifier and Type Method Description List<KinesisDataStreamDestination>DescribeKinesisStreamingDestinationResponse. kinesisDataStreamDestinations()The list of replica structures for the table being described.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type KinesisDataStreamDestination Modifier and Type Method Description DescribeKinesisStreamingDestinationResponse.BuilderDescribeKinesisStreamingDestinationResponse.Builder. kinesisDataStreamDestinations(KinesisDataStreamDestination... kinesisDataStreamDestinations)The list of replica structures for the table being described.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type KinesisDataStreamDestination Modifier and Type Method Description DescribeKinesisStreamingDestinationResponse.BuilderDescribeKinesisStreamingDestinationResponse.Builder. kinesisDataStreamDestinations(Collection<KinesisDataStreamDestination> kinesisDataStreamDestinations)The list of replica structures for the table being described.
-