Uses of Interface
software.amazon.awssdk.services.controltower.ControlTowerBaseClientBuilder
-
Packages that use ControlTowerBaseClientBuilder 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: -
-
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.
-