Uses of Class
software.amazon.awssdk.services.amp.model.ScraperSummary
-
Packages that use ScraperSummary Package Description software.amazon.awssdk.services.amp.model software.amazon.awssdk.services.amp.paginators -
-
Uses of ScraperSummary in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return types with arguments of type ScraperSummary Modifier and Type Method Description List<ScraperSummary>ListScrapersResponse. scrapers()The list of scrapers, filtered down if a set of filters was provided in the request.Methods in software.amazon.awssdk.services.amp.model with parameters of type ScraperSummary Modifier and Type Method Description ListScrapersResponse.BuilderListScrapersResponse.Builder. scrapers(ScraperSummary... scrapers)The list of scrapers, filtered down if a set of filters was provided in the request.Method parameters in software.amazon.awssdk.services.amp.model with type arguments of type ScraperSummary Modifier and Type Method Description ListScrapersResponse.BuilderListScrapersResponse.Builder. scrapers(Collection<ScraperSummary> scrapers)The list of scrapers, filtered down if a set of filters was provided in the request. -
Uses of ScraperSummary in software.amazon.awssdk.services.amp.paginators
Methods in software.amazon.awssdk.services.amp.paginators that return types with arguments of type ScraperSummary Modifier and Type Method Description SdkIterable<ScraperSummary>ListScrapersIterable. scrapers()Returns an iterable to iterate through the paginatedListScrapersResponse.scrapers()member.SdkPublisher<ScraperSummary>ListScrapersPublisher. scrapers()Returns a publisher that can be used to get a stream of data.
-