Uses of Class
software.amazon.awssdk.services.migrationhub.model.ProgressUpdateStreamSummary
-
Packages that use ProgressUpdateStreamSummary Package Description software.amazon.awssdk.services.migrationhub.model software.amazon.awssdk.services.migrationhub.paginators -
-
Uses of ProgressUpdateStreamSummary in software.amazon.awssdk.services.migrationhub.model
Methods in software.amazon.awssdk.services.migrationhub.model that return types with arguments of type ProgressUpdateStreamSummary Modifier and Type Method Description List<ProgressUpdateStreamSummary>ListProgressUpdateStreamsResponse. progressUpdateStreamSummaryList()List of progress update streams up to the max number of results passed in the input.Methods in software.amazon.awssdk.services.migrationhub.model with parameters of type ProgressUpdateStreamSummary Modifier and Type Method Description ListProgressUpdateStreamsResponse.BuilderListProgressUpdateStreamsResponse.Builder. progressUpdateStreamSummaryList(ProgressUpdateStreamSummary... progressUpdateStreamSummaryList)List of progress update streams up to the max number of results passed in the input.Method parameters in software.amazon.awssdk.services.migrationhub.model with type arguments of type ProgressUpdateStreamSummary Modifier and Type Method Description ListProgressUpdateStreamsResponse.BuilderListProgressUpdateStreamsResponse.Builder. progressUpdateStreamSummaryList(Collection<ProgressUpdateStreamSummary> progressUpdateStreamSummaryList)List of progress update streams up to the max number of results passed in the input. -
Uses of ProgressUpdateStreamSummary in software.amazon.awssdk.services.migrationhub.paginators
Methods in software.amazon.awssdk.services.migrationhub.paginators that return types with arguments of type ProgressUpdateStreamSummary Modifier and Type Method Description SdkIterable<ProgressUpdateStreamSummary>ListProgressUpdateStreamsIterable. progressUpdateStreamSummaryList()Returns an iterable to iterate through the paginatedListProgressUpdateStreamsResponse.progressUpdateStreamSummaryList()member.SdkPublisher<ProgressUpdateStreamSummary>ListProgressUpdateStreamsPublisher. progressUpdateStreamSummaryList()Returns a publisher that can be used to get a stream of data.
-