Uses of Interface
software.amazon.awssdk.services.datazone.DataZoneBaseClientBuilder
-
Packages that use DataZoneBaseClientBuilder Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. -
-
Uses of DataZoneBaseClientBuilder in software.amazon.awssdk.services.datazone
Classes in software.amazon.awssdk.services.datazone with type parameters of type DataZoneBaseClientBuilder Modifier and Type Interface Description interfaceDataZoneBaseClientBuilder<B extends DataZoneBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon DataZone that is supported by bothDataZoneClientBuilderandDataZoneAsyncClientBuilder.Subinterfaces of DataZoneBaseClientBuilder in software.amazon.awssdk.services.datazone Modifier and Type Interface Description interfaceDataZoneAsyncClientBuilderA builder for creating an instance ofDataZoneAsyncClient.interfaceDataZoneClientBuilderA builder for creating an instance ofDataZoneClient.
-