Uses of Interface
software.amazon.awssdk.services.emr.EmrBaseClientBuilder
-
Packages that use EmrBaseClientBuilder Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently. -
-
Uses of EmrBaseClientBuilder in software.amazon.awssdk.services.emr
Classes in software.amazon.awssdk.services.emr with type parameters of type EmrBaseClientBuilder Modifier and Type Interface Description interfaceEmrBaseClientBuilder<B extends EmrBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon EMR that is supported by bothEmrClientBuilderandEmrAsyncClientBuilder.Subinterfaces of EmrBaseClientBuilder in software.amazon.awssdk.services.emr Modifier and Type Interface Description interfaceEmrAsyncClientBuilderA builder for creating an instance ofEmrAsyncClient.interfaceEmrClientBuilderA builder for creating an instance ofEmrClient.
-