Uses of Class
software.amazon.awssdk.services.dynamodb.model.Stream
-
Packages that use Stream Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Stream in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Stream Modifier and Type Method Description List<Stream>
ListStreamsResponse. streams()
A list of stream descriptors associated with the current account and endpoint.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type Stream Modifier and Type Method Description ListStreamsResponse.Builder
ListStreamsResponse.Builder. streams(Stream... streams)
A list of stream descriptors associated with the current account and endpoint.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type Stream Modifier and Type Method Description ListStreamsResponse.Builder
ListStreamsResponse.Builder. streams(Collection<Stream> streams)
A list of stream descriptors associated with the current account and endpoint.
-