Uses of Interface
software.amazon.awssdk.services.opsworkscm.OpsWorksCmClient
-
Packages that use OpsWorksCmClient Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM software.amazon.awssdk.services.opsworkscm.paginators software.amazon.awssdk.services.opsworkscm.waiters -
-
Uses of OpsWorksCmClient in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm that return OpsWorksCmClient Modifier and Type Method Description static OpsWorksCmClientOpsWorksCmClient. create()Create aOpsWorksCmClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of OpsWorksCmClient in software.amazon.awssdk.services.opsworkscm.paginators
Constructors in software.amazon.awssdk.services.opsworkscm.paginators with parameters of type OpsWorksCmClient Constructor Description DescribeBackupsIterable(OpsWorksCmClient client, DescribeBackupsRequest firstRequest)DescribeEventsIterable(OpsWorksCmClient client, DescribeEventsRequest firstRequest)DescribeServersIterable(OpsWorksCmClient client, DescribeServersRequest firstRequest)ListTagsForResourceIterable(OpsWorksCmClient client, ListTagsForResourceRequest firstRequest) -
Uses of OpsWorksCmClient in software.amazon.awssdk.services.opsworkscm.waiters
Methods in software.amazon.awssdk.services.opsworkscm.waiters with parameters of type OpsWorksCmClient Modifier and Type Method Description OpsWorksCmWaiter.BuilderOpsWorksCmWaiter.Builder. client(OpsWorksCmClient client)Sets a customOpsWorksCmClientthat will be used to poll the resource
-