Uses of Interface
software.amazon.awssdk.services.controltower.ControlTowerAsyncClient
-
Packages that use ControlTowerAsyncClient Package Description software.amazon.awssdk.services.controltower These interfaces allow you to apply the Amazon Web Services library of pre-defined controls to your organizational units, programmatically.software.amazon.awssdk.services.controltower.paginators -
-
Uses of ControlTowerAsyncClient in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return ControlTowerAsyncClient Modifier and Type Method Description static ControlTowerAsyncClientControlTowerAsyncClient. create()Create aControlTowerAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ControlTowerAsyncClient in software.amazon.awssdk.services.controltower.paginators
Constructors in software.amazon.awssdk.services.controltower.paginators with parameters of type ControlTowerAsyncClient Constructor Description ListBaselinesPublisher(ControlTowerAsyncClient client, ListBaselinesRequest firstRequest)ListEnabledBaselinesPublisher(ControlTowerAsyncClient client, ListEnabledBaselinesRequest firstRequest)ListEnabledControlsPublisher(ControlTowerAsyncClient client, ListEnabledControlsRequest firstRequest)ListLandingZonesPublisher(ControlTowerAsyncClient client, ListLandingZonesRequest firstRequest)
-