Uses of Interface
software.amazon.awssdk.services.codeartifact.CodeartifactBaseClientBuilder
-
Packages that use CodeartifactBaseClientBuilder Package Description software.amazon.awssdk.services.codeartifact CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build tools such as npm, Apache Maven, pip, and dotnet. -
-
Uses of CodeartifactBaseClientBuilder in software.amazon.awssdk.services.codeartifact
Classes in software.amazon.awssdk.services.codeartifact with type parameters of type CodeartifactBaseClientBuilder Modifier and Type Interface Description interfaceCodeartifactBaseClientBuilder<B extends CodeartifactBaseClientBuilder<B,C>,C>This includes configuration specific to CodeArtifact that is supported by bothCodeartifactClientBuilderandCodeartifactAsyncClientBuilder.Subinterfaces of CodeartifactBaseClientBuilder in software.amazon.awssdk.services.codeartifact Modifier and Type Interface Description interfaceCodeartifactAsyncClientBuilderA builder for creating an instance ofCodeartifactAsyncClient.interfaceCodeartifactClientBuilderA builder for creating an instance ofCodeartifactClient.
-