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