| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhub.model | |
| software.amazon.awssdk.services.migrationhub.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ProgressUpdateStreamSummary> |
ListProgressUpdateStreamsResponse.progressUpdateStreamSummaryList()
List of progress update streams up to the max number of results passed in the input.
|
| Modifier and Type | Method and Description |
|---|---|
ListProgressUpdateStreamsResponse.Builder |
ListProgressUpdateStreamsResponse.Builder.progressUpdateStreamSummaryList(ProgressUpdateStreamSummary... progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
|
| Modifier and Type | Method and Description |
|---|---|
ListProgressUpdateStreamsResponse.Builder |
ListProgressUpdateStreamsResponse.Builder.progressUpdateStreamSummaryList(Collection<ProgressUpdateStreamSummary> progressUpdateStreamSummaryList)
List of progress update streams up to the max number of results passed in the input.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ProgressUpdateStreamSummary> |
ListProgressUpdateStreamsIterable.progressUpdateStreamSummaryList()
Returns an iterable to iterate through the paginated
ListProgressUpdateStreamsResponse.progressUpdateStreamSummaryList() member. |
SdkPublisher<ProgressUpdateStreamSummary> |
ListProgressUpdateStreamsPublisher.progressUpdateStreamSummaryList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.