Uses of Interface
software.amazon.awssdk.services.codeguruprofiler.CodeGuruProfilerBaseClientBuilder
-
Packages that use CodeGuruProfilerBaseClientBuilder Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations. -
-
Uses of CodeGuruProfilerBaseClientBuilder in software.amazon.awssdk.services.codeguruprofiler
Classes in software.amazon.awssdk.services.codeguruprofiler with type parameters of type CodeGuruProfilerBaseClientBuilder Modifier and Type Interface Description interfaceCodeGuruProfilerBaseClientBuilder<B extends CodeGuruProfilerBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon CodeGuru Profiler that is supported by bothCodeGuruProfilerClientBuilderandCodeGuruProfilerAsyncClientBuilder.Subinterfaces of CodeGuruProfilerBaseClientBuilder in software.amazon.awssdk.services.codeguruprofiler Modifier and Type Interface Description interfaceCodeGuruProfilerAsyncClientBuilderA builder for creating an instance ofCodeGuruProfilerAsyncClient.interfaceCodeGuruProfilerClientBuilderA builder for creating an instance ofCodeGuruProfilerClient.
-