Uses of Interface
software.amazon.awssdk.services.ssm.SsmAsyncClient
-
Packages that use SsmAsyncClient Package Description software.amazon.awssdk.services.ssm Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at scale.software.amazon.awssdk.services.ssm.paginators software.amazon.awssdk.services.ssm.waiters -
-
Uses of SsmAsyncClient in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return SsmAsyncClient Modifier and Type Method Description static SsmAsyncClientSsmAsyncClient. create()Create aSsmAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of SsmAsyncClient in software.amazon.awssdk.services.ssm.paginators
-
Uses of SsmAsyncClient in software.amazon.awssdk.services.ssm.waiters
Methods in software.amazon.awssdk.services.ssm.waiters with parameters of type SsmAsyncClient Modifier and Type Method Description SsmAsyncWaiter.BuilderSsmAsyncWaiter.Builder. client(SsmAsyncClient client)Sets a customSsmAsyncClientthat will be used to poll the resource
-