Uses of Interface
software.amazon.awssdk.services.codeconnections.CodeConnectionsBaseClientBuilder
-
Packages that use CodeConnectionsBaseClientBuilder Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections -
-
Uses of CodeConnectionsBaseClientBuilder in software.amazon.awssdk.services.codeconnections
Classes in software.amazon.awssdk.services.codeconnections with type parameters of type CodeConnectionsBaseClientBuilder Modifier and Type Interface Description interfaceCodeConnectionsBaseClientBuilder<B extends CodeConnectionsBaseClientBuilder<B,C>,C>This includes configuration specific to AWS CodeConnections that is supported by bothCodeConnectionsClientBuilderandCodeConnectionsAsyncClientBuilder.Subinterfaces of CodeConnectionsBaseClientBuilder in software.amazon.awssdk.services.codeconnections Modifier and Type Interface Description interfaceCodeConnectionsAsyncClientBuilderA builder for creating an instance ofCodeConnectionsAsyncClient.interfaceCodeConnectionsClientBuilderA builder for creating an instance ofCodeConnectionsClient.
-