Uses of Interface
software.amazon.awssdk.services.osis.OsisBaseClientBuilder
-
Packages that use OsisBaseClientBuilder Package Description software.amazon.awssdk.services.osis Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines. -
-
Uses of OsisBaseClientBuilder in software.amazon.awssdk.services.osis
Classes in software.amazon.awssdk.services.osis with type parameters of type OsisBaseClientBuilder Modifier and Type Interface Description interfaceOsisBaseClientBuilder<B extends OsisBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon OpenSearch Ingestion that is supported by bothOsisClientBuilderandOsisAsyncClientBuilder.Subinterfaces of OsisBaseClientBuilder in software.amazon.awssdk.services.osis Modifier and Type Interface Description interfaceOsisAsyncClientBuilderA builder for creating an instance ofOsisAsyncClient.interfaceOsisClientBuilderA builder for creating an instance ofOsisClient.
-