Uses of Interface
software.amazon.awssdk.services.b2bi.B2BiBaseClientBuilder
-
Packages that use B2BiBaseClientBuilder Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference. -
-
Uses of B2BiBaseClientBuilder in software.amazon.awssdk.services.b2bi
Classes in software.amazon.awssdk.services.b2bi with type parameters of type B2BiBaseClientBuilder Modifier and Type Interface Description interfaceB2BiBaseClientBuilder<B extends B2BiBaseClientBuilder<B,C>,C>This includes configuration specific to AWS B2BI that is supported by bothB2BiClientBuilderandB2BiAsyncClientBuilder.Subinterfaces of B2BiBaseClientBuilder in software.amazon.awssdk.services.b2bi Modifier and Type Interface Description interfaceB2BiAsyncClientBuilderA builder for creating an instance ofB2BiAsyncClient.interfaceB2BiClientBuilderA builder for creating an instance ofB2BiClient.
-