Uses of Interface
software.amazon.awssdk.services.controltower.ControlTowerAsyncClient
-
Packages that use ControlTowerAsyncClient Package Description software.amazon.awssdk.services.controltower Amazon Web Services Control Tower offers application programming interface (API) operations that support programmatic interaction with these types of resources: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)ListControlOperationsPublisher(ControlTowerAsyncClient client, ListControlOperationsRequest firstRequest)ListEnabledBaselinesPublisher(ControlTowerAsyncClient client, ListEnabledBaselinesRequest firstRequest)ListEnabledControlsPublisher(ControlTowerAsyncClient client, ListEnabledControlsRequest firstRequest)ListLandingZoneOperationsPublisher(ControlTowerAsyncClient client, ListLandingZoneOperationsRequest firstRequest)ListLandingZonesPublisher(ControlTowerAsyncClient client, ListLandingZonesRequest firstRequest)
-