Uses of Interface
software.amazon.awssdk.services.firehose.FirehoseBaseClientBuilder
-
Packages that use FirehoseBaseClientBuilder Package Description software.amazon.awssdk.services.firehose Amazon Kinesis Data Firehose API Reference -
-
Uses of FirehoseBaseClientBuilder in software.amazon.awssdk.services.firehose
Classes in software.amazon.awssdk.services.firehose with type parameters of type FirehoseBaseClientBuilder Modifier and Type Interface Description interfaceFirehoseBaseClientBuilder<B extends FirehoseBaseClientBuilder<B,C>,C>This includes configuration specific to Firehose that is supported by bothFirehoseClientBuilderandFirehoseAsyncClientBuilder.Subinterfaces of FirehoseBaseClientBuilder in software.amazon.awssdk.services.firehose Modifier and Type Interface Description interfaceFirehoseAsyncClientBuilderA builder for creating an instance ofFirehoseAsyncClient.interfaceFirehoseClientBuilderA builder for creating an instance ofFirehoseClient.
-