| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model | |
| software.amazon.awssdk.services.customerprofiles.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EventStreamSummary> |
ListEventStreamsResponse.items()
Contains summary information about an EventStream.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventStreamsResponse.Builder |
ListEventStreamsResponse.Builder.items(EventStreamSummary... items)
Contains summary information about an EventStream.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventStreamsResponse.Builder |
ListEventStreamsResponse.Builder.items(Collection<EventStreamSummary> items)
Contains summary information about an EventStream.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<EventStreamSummary> |
ListEventStreamsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<EventStreamSummary> |
ListEventStreamsIterable.items()
Returns an iterable to iterate through the paginated
ListEventStreamsResponse.items() member. |
Copyright © 2023. All rights reserved.