Uses of Interface
software.amazon.awssdk.services.controltower.ControlTowerBaseClientBuilder
-
Packages that use ControlTowerBaseClientBuilder 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. -
-
Uses of ControlTowerBaseClientBuilder in software.amazon.awssdk.services.controltower
Classes in software.amazon.awssdk.services.controltower with type parameters of type ControlTowerBaseClientBuilder Modifier and Type Interface Description interfaceControlTowerBaseClientBuilder<B extends ControlTowerBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Control Tower that is supported by bothControlTowerClientBuilderandControlTowerAsyncClientBuilder.Subinterfaces of ControlTowerBaseClientBuilder in software.amazon.awssdk.services.controltower Modifier and Type Interface Description interfaceControlTowerAsyncClientBuilderA builder for creating an instance ofControlTowerAsyncClient.interfaceControlTowerClientBuilderA builder for creating an instance ofControlTowerClient.
-