Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ListStreamsResponse.Builder
Packages that use ListStreamsResponse.Builder
-
Uses of ListStreamsResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ListStreamsResponse.BuilderModifier and TypeMethodDescriptionstatic ListStreamsResponse.BuilderListStreamsResponse.builder()ListStreamsResponse.Builder.lastEvaluatedStreamArn(String lastEvaluatedStreamArn) The stream ARN of the item where the operation stopped, inclusive of the previous result set.ListStreamsResponse.Builder.streams(Collection<Stream> streams) A list of stream descriptors associated with the current account and endpoint.ListStreamsResponse.Builder.streams(Consumer<Stream.Builder>... streams) A list of stream descriptors associated with the current account and endpoint.A list of stream descriptors associated with the current account and endpoint.ListStreamsResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ListStreamsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListStreamsResponse.Builder>ListStreamsResponse.serializableBuilderClass()