Uses of Class
software.amazon.awssdk.services.dynamodb.model.DynamoDbStreamsResponse
-
Packages that use DynamoDbStreamsResponse Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of DynamoDbStreamsResponse in software.amazon.awssdk.services.dynamodb.model
Subclasses of DynamoDbStreamsResponse in software.amazon.awssdk.services.dynamodb.model Modifier and Type Class Description class
DescribeStreamResponse
Represents the output of aDescribeStream
operation.class
GetRecordsResponse
Represents the output of aGetRecords
operation.class
GetShardIteratorResponse
Represents the output of aGetShardIterator
operation.class
ListStreamsResponse
Represents the output of aListStreams
operation.Methods in software.amazon.awssdk.services.dynamodb.model that return DynamoDbStreamsResponse Modifier and Type Method Description DynamoDbStreamsResponse
DynamoDbStreamsResponse.Builder. build()
Constructors in software.amazon.awssdk.services.dynamodb.model with parameters of type DynamoDbStreamsResponse Constructor Description BuilderImpl(DynamoDbStreamsResponse response)
-