Uses of Class
software.amazon.awssdk.services.amp.model.ListScrapersRequest
-
Packages that use ListScrapersRequest 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 software.amazon.awssdk.services.amp.transform -
-
Uses of ListScrapersRequest in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp with parameters of type ListScrapersRequest Modifier and Type Method Description default CompletableFuture<ListScrapersResponse>AmpAsyncClient. listScrapers(ListScrapersRequest listScrapersRequest)TheListScrapersoperation lists all of the scrapers in your account.default ListScrapersResponseAmpClient. listScrapers(ListScrapersRequest listScrapersRequest)TheListScrapersoperation lists all of the scrapers in your account.default ListScrapersPublisherAmpAsyncClient. listScrapersPaginator(ListScrapersRequest listScrapersRequest)This is a variant ofAmpAsyncClient.listScrapers(software.amazon.awssdk.services.amp.model.ListScrapersRequest)operation.default ListScrapersIterableAmpClient. listScrapersPaginator(ListScrapersRequest listScrapersRequest)This is a variant ofAmpClient.listScrapers(software.amazon.awssdk.services.amp.model.ListScrapersRequest)operation. -
Uses of ListScrapersRequest in software.amazon.awssdk.services.amp.paginators
Constructors in software.amazon.awssdk.services.amp.paginators with parameters of type ListScrapersRequest Constructor Description ListScrapersIterable(AmpClient client, ListScrapersRequest firstRequest)ListScrapersPublisher(AmpAsyncClient client, ListScrapersRequest firstRequest) -
Uses of ListScrapersRequest in software.amazon.awssdk.services.amp.transform
Methods in software.amazon.awssdk.services.amp.transform with parameters of type ListScrapersRequest Modifier and Type Method Description SdkHttpFullRequestListScrapersRequestMarshaller. marshall(ListScrapersRequest listScrapersRequest)
-