Uses of Interface
software.amazon.awssdk.services.controlcatalog.ControlCatalogBaseClientBuilder
-
Packages that use ControlCatalogBaseClientBuilder Package Description software.amazon.awssdk.services.controlcatalog Welcome to the Amazon Web Services Control Catalog API reference. -
-
Uses of ControlCatalogBaseClientBuilder in software.amazon.awssdk.services.controlcatalog
Classes in software.amazon.awssdk.services.controlcatalog with type parameters of type ControlCatalogBaseClientBuilder Modifier and Type Interface Description interfaceControlCatalogBaseClientBuilder<B extends ControlCatalogBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Control Catalog that is supported by bothControlCatalogClientBuilderandControlCatalogAsyncClientBuilder.Subinterfaces of ControlCatalogBaseClientBuilder in software.amazon.awssdk.services.controlcatalog Modifier and Type Interface Description interfaceControlCatalogAsyncClientBuilderA builder for creating an instance ofControlCatalogAsyncClient.interfaceControlCatalogClientBuilderA builder for creating an instance ofControlCatalogClient.
-