Uses of Class
software.amazon.awssdk.services.amp.model.ListScrapersResponse
-
Packages that use ListScrapersResponse Package Description software.amazon.awssdk.services.amp Amazon Managed Service for Prometheus is a serverless, Prometheus-compatible monitoring service for container metrics that makes it easier to securely monitor container environments at scale.software.amazon.awssdk.services.amp.paginators -
-
Uses of ListScrapersResponse in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp that return ListScrapersResponse Modifier and Type Method Description default ListScrapersResponseAmpClient. listScrapers(Consumer<ListScrapersRequest.Builder> listScrapersRequest)TheListScrapersoperation lists all of the scrapers in your account.default ListScrapersResponseAmpClient. listScrapers(ListScrapersRequest listScrapersRequest)TheListScrapersoperation lists all of the scrapers in your account.Methods in software.amazon.awssdk.services.amp that return types with arguments of type ListScrapersResponse Modifier and Type Method Description default CompletableFuture<ListScrapersResponse>AmpAsyncClient. listScrapers(Consumer<ListScrapersRequest.Builder> listScrapersRequest)TheListScrapersoperation lists all of the scrapers in your account.default CompletableFuture<ListScrapersResponse>AmpAsyncClient. listScrapers(ListScrapersRequest listScrapersRequest)TheListScrapersoperation lists all of the scrapers in your account. -
Uses of ListScrapersResponse in software.amazon.awssdk.services.amp.paginators
Methods in software.amazon.awssdk.services.amp.paginators that return types with arguments of type ListScrapersResponse Modifier and Type Method Description Iterator<ListScrapersResponse>ListScrapersIterable. iterator()Method parameters in software.amazon.awssdk.services.amp.paginators with type arguments of type ListScrapersResponse Modifier and Type Method Description voidListScrapersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListScrapersResponse> subscriber)
-