Uses of Interface
software.amazon.awssdk.services.amp.AmpClient
-
Packages that use AmpClient Package Description software.amazon.awssdk.services.amp Amazon Managed Service for Prometheussoftware.amazon.awssdk.services.amp.paginators software.amazon.awssdk.services.amp.waiters -
-
Uses of AmpClient in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp that return AmpClient Modifier and Type Method Description static AmpClientAmpClient. create()Create aAmpClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AmpClient in software.amazon.awssdk.services.amp.paginators
Constructors in software.amazon.awssdk.services.amp.paginators with parameters of type AmpClient Constructor Description ListRuleGroupsNamespacesIterable(AmpClient client, ListRuleGroupsNamespacesRequest firstRequest)ListScrapersIterable(AmpClient client, ListScrapersRequest firstRequest)ListWorkspacesIterable(AmpClient client, ListWorkspacesRequest firstRequest) -
Uses of AmpClient in software.amazon.awssdk.services.amp.waiters
Methods in software.amazon.awssdk.services.amp.waiters with parameters of type AmpClient Modifier and Type Method Description AmpWaiter.BuilderAmpWaiter.Builder. client(AmpClient client)Sets a customAmpClientthat will be used to poll the resource
-