Uses of Interface
software.amazon.awssdk.services.comprehend.ComprehendBaseClientBuilder
-
Packages that use ComprehendBaseClientBuilder Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of ComprehendBaseClientBuilder in software.amazon.awssdk.services.comprehend
Classes in software.amazon.awssdk.services.comprehend with type parameters of type ComprehendBaseClientBuilder Modifier and Type Interface Description interfaceComprehendBaseClientBuilder<B extends ComprehendBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Comprehend that is supported by bothComprehendClientBuilderandComprehendAsyncClientBuilder.Subinterfaces of ComprehendBaseClientBuilder in software.amazon.awssdk.services.comprehend Modifier and Type Interface Description interfaceComprehendAsyncClientBuilderA builder for creating an instance ofComprehendAsyncClient.interfaceComprehendClientBuilderA builder for creating an instance ofComprehendClient.
-