Uses of Interface
software.amazon.awssdk.services.amp.AmpAsyncClient
-
Packages that use AmpAsyncClient 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.waiters -
-
Uses of AmpAsyncClient in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp that return AmpAsyncClient Modifier and Type Method Description static AmpAsyncClientAmpAsyncClient. create()Create aAmpAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AmpAsyncClient in software.amazon.awssdk.services.amp.paginators
Constructors in software.amazon.awssdk.services.amp.paginators with parameters of type AmpAsyncClient Constructor Description ListRuleGroupsNamespacesPublisher(AmpAsyncClient client, ListRuleGroupsNamespacesRequest firstRequest)ListScrapersPublisher(AmpAsyncClient client, ListScrapersRequest firstRequest)ListWorkspacesPublisher(AmpAsyncClient client, ListWorkspacesRequest firstRequest) -
Uses of AmpAsyncClient in software.amazon.awssdk.services.amp.waiters
Methods in software.amazon.awssdk.services.amp.waiters with parameters of type AmpAsyncClient Modifier and Type Method Description AmpAsyncWaiter.BuilderAmpAsyncWaiter.Builder. client(AmpAsyncClient client)Sets a customAmpAsyncClientthat will be used to poll the resource
-