Uses of Class
software.amazon.awssdk.services.dynamodb.model.KinesisDataStreamDestination
Packages that use KinesisDataStreamDestination
-
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 KinesisDataStreamDestinationModifier and TypeMethodDescriptionfinal 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 KinesisDataStreamDestinationModifier and TypeMethodDescriptionDescribeKinesisStreamingDestinationResponse.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 KinesisDataStreamDestinationModifier and TypeMethodDescriptionDescribeKinesisStreamingDestinationResponse.Builder.kinesisDataStreamDestinations(Collection<KinesisDataStreamDestination> kinesisDataStreamDestinations) The list of replica structures for the table being described.