Uses of Interface
software.amazon.awssdk.services.braket.BraketBaseClientBuilder
-
Packages that use BraketBaseClientBuilder Package Description software.amazon.awssdk.services.braket The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket. -
-
Uses of BraketBaseClientBuilder in software.amazon.awssdk.services.braket
Classes in software.amazon.awssdk.services.braket with type parameters of type BraketBaseClientBuilder Modifier and Type Interface Description interfaceBraketBaseClientBuilder<B extends BraketBaseClientBuilder<B,C>,C>This includes configuration specific to Braket that is supported by bothBraketClientBuilderandBraketAsyncClientBuilder.Subinterfaces of BraketBaseClientBuilder in software.amazon.awssdk.services.braket Modifier and Type Interface Description interfaceBraketAsyncClientBuilderA builder for creating an instance ofBraketAsyncClient.interfaceBraketClientBuilderA builder for creating an instance ofBraketClient.
-