| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesis.model |
| Modifier and Type | Method and Description |
|---|---|
static ListStreamsResponse.Builder |
ListStreamsResponse.builder() |
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.hasMoreStreams(Boolean hasMoreStreams)
If set to
true, there are more streams available to list. |
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streamNames(Collection<String> streamNames)
The names of the streams that are associated with the AWS account making the
ListStreams
request. |
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.streamNames(String... streamNames)
The names of the streams that are associated with the AWS account making the
ListStreams
request. |
ListStreamsResponse.Builder |
ListStreamsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListStreamsResponse.Builder> |
ListStreamsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.