Uses of Interface
software.amazon.awssdk.services.dataexchange.DataExchangeBaseClientBuilder
-
Packages that use DataExchangeBaseClientBuilder Package Description software.amazon.awssdk.services.dataexchange AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud. -
-
Uses of DataExchangeBaseClientBuilder in software.amazon.awssdk.services.dataexchange
Classes in software.amazon.awssdk.services.dataexchange with type parameters of type DataExchangeBaseClientBuilder Modifier and Type Interface Description interfaceDataExchangeBaseClientBuilder<B extends DataExchangeBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Data Exchange that is supported by bothDataExchangeClientBuilderandDataExchangeAsyncClientBuilder.Subinterfaces of DataExchangeBaseClientBuilder in software.amazon.awssdk.services.dataexchange Modifier and Type Interface Description interfaceDataExchangeAsyncClientBuilderA builder for creating an instance ofDataExchangeAsyncClient.interfaceDataExchangeClientBuilderA builder for creating an instance ofDataExchangeClient.
-