Uses of Interface
software.amazon.awssdk.services.codecatalyst.CodeCatalystBaseClientBuilder
-
Packages that use CodeCatalystBaseClientBuilder Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference. -
-
Uses of CodeCatalystBaseClientBuilder in software.amazon.awssdk.services.codecatalyst
Classes in software.amazon.awssdk.services.codecatalyst with type parameters of type CodeCatalystBaseClientBuilder Modifier and Type Interface Description interfaceCodeCatalystBaseClientBuilder<B extends CodeCatalystBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon CodeCatalyst that is supported by bothCodeCatalystClientBuilderandCodeCatalystAsyncClientBuilder.Subinterfaces of CodeCatalystBaseClientBuilder in software.amazon.awssdk.services.codecatalyst Modifier and Type Interface Description interfaceCodeCatalystAsyncClientBuilderA builder for creating an instance ofCodeCatalystAsyncClient.interfaceCodeCatalystClientBuilderA builder for creating an instance ofCodeCatalystClient.
-