Uses of Interface
software.amazon.awssdk.services.codebuild.CodeBuildBaseClientBuilder
-
Packages that use CodeBuildBaseClientBuilder Package Description software.amazon.awssdk.services.codebuild CodeBuild -
-
Uses of CodeBuildBaseClientBuilder in software.amazon.awssdk.services.codebuild
Classes in software.amazon.awssdk.services.codebuild with type parameters of type CodeBuildBaseClientBuilder Modifier and Type Interface Description interfaceCodeBuildBaseClientBuilder<B extends CodeBuildBaseClientBuilder<B,C>,C>This includes configuration specific to AWS CodeBuild that is supported by bothCodeBuildClientBuilderandCodeBuildAsyncClientBuilder.Subinterfaces of CodeBuildBaseClientBuilder in software.amazon.awssdk.services.codebuild Modifier and Type Interface Description interfaceCodeBuildAsyncClientBuilderA builder for creating an instance ofCodeBuildAsyncClient.interfaceCodeBuildClientBuilderA builder for creating an instance ofCodeBuildClient.
-