Uses of Interface
software.amazon.awssdk.services.codecommit.CodeCommitBaseClientBuilder
-
Packages that use CodeCommitBaseClientBuilder Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of CodeCommitBaseClientBuilder in software.amazon.awssdk.services.codecommit
Classes in software.amazon.awssdk.services.codecommit with type parameters of type CodeCommitBaseClientBuilder Modifier and Type Interface Description interfaceCodeCommitBaseClientBuilder<B extends CodeCommitBaseClientBuilder<B,C>,C>This includes configuration specific to CodeCommit that is supported by bothCodeCommitClientBuilderandCodeCommitAsyncClientBuilder.Subinterfaces of CodeCommitBaseClientBuilder in software.amazon.awssdk.services.codecommit Modifier and Type Interface Description interfaceCodeCommitAsyncClientBuilderA builder for creating an instance ofCodeCommitAsyncClient.interfaceCodeCommitClientBuilderA builder for creating an instance ofCodeCommitClient.
-