Uses of Interface
software.amazon.awssdk.services.opsworks.OpsWorksAsyncClient
-
Packages that use OpsWorksAsyncClient Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.paginators software.amazon.awssdk.services.opsworks.waiters -
-
Uses of OpsWorksAsyncClient in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return OpsWorksAsyncClient Modifier and Type Method Description static OpsWorksAsyncClientOpsWorksAsyncClient. create()Create aOpsWorksAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of OpsWorksAsyncClient in software.amazon.awssdk.services.opsworks.paginators
Constructors in software.amazon.awssdk.services.opsworks.paginators with parameters of type OpsWorksAsyncClient Constructor Description DescribeEcsClustersPublisher(OpsWorksAsyncClient client, DescribeEcsClustersRequest firstRequest) -
Uses of OpsWorksAsyncClient in software.amazon.awssdk.services.opsworks.waiters
Methods in software.amazon.awssdk.services.opsworks.waiters with parameters of type OpsWorksAsyncClient Modifier and Type Method Description OpsWorksAsyncWaiter.BuilderOpsWorksAsyncWaiter.Builder. client(OpsWorksAsyncClient client)Sets a customOpsWorksAsyncClientthat will be used to poll the resource
-