Uses of Interface
software.amazon.awssdk.services.opsworkscm.OpsWorksCmAsyncClient
-
Packages that use OpsWorksCmAsyncClient Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM software.amazon.awssdk.services.opsworkscm.paginators software.amazon.awssdk.services.opsworkscm.waiters -
-
Uses of OpsWorksCmAsyncClient in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm that return OpsWorksCmAsyncClient Modifier and Type Method Description static OpsWorksCmAsyncClientOpsWorksCmAsyncClient. create()Create aOpsWorksCmAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of OpsWorksCmAsyncClient in software.amazon.awssdk.services.opsworkscm.paginators
Constructors in software.amazon.awssdk.services.opsworkscm.paginators with parameters of type OpsWorksCmAsyncClient Constructor Description DescribeBackupsPublisher(OpsWorksCmAsyncClient client, DescribeBackupsRequest firstRequest)DescribeEventsPublisher(OpsWorksCmAsyncClient client, DescribeEventsRequest firstRequest)DescribeServersPublisher(OpsWorksCmAsyncClient client, DescribeServersRequest firstRequest)ListTagsForResourcePublisher(OpsWorksCmAsyncClient client, ListTagsForResourceRequest firstRequest) -
Uses of OpsWorksCmAsyncClient in software.amazon.awssdk.services.opsworkscm.waiters
Methods in software.amazon.awssdk.services.opsworkscm.waiters with parameters of type OpsWorksCmAsyncClient Modifier and Type Method Description OpsWorksCmAsyncWaiter.BuilderOpsWorksCmAsyncWaiter.Builder. client(OpsWorksCmAsyncClient client)Sets a customOpsWorksCmAsyncClientthat will be used to poll the resource
-