Uses of Class
software.amazon.awssdk.services.cloudsearch.model.DefineAnalysisSchemeResponse
-
Packages that use DefineAnalysisSchemeResponse Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service -
-
Uses of DefineAnalysisSchemeResponse in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch that return DefineAnalysisSchemeResponse Modifier and Type Method Description default DefineAnalysisSchemeResponseCloudSearchClient. defineAnalysisScheme(Consumer<DefineAnalysisSchemeRequest.Builder> defineAnalysisSchemeRequest)Configures an analysis scheme that can be applied to atextortext-arrayfield to define language-specific text processing options.default DefineAnalysisSchemeResponseCloudSearchClient. defineAnalysisScheme(DefineAnalysisSchemeRequest defineAnalysisSchemeRequest)Configures an analysis scheme that can be applied to atextortext-arrayfield to define language-specific text processing options.Methods in software.amazon.awssdk.services.cloudsearch that return types with arguments of type DefineAnalysisSchemeResponse Modifier and Type Method Description default CompletableFuture<DefineAnalysisSchemeResponse>CloudSearchAsyncClient. defineAnalysisScheme(Consumer<DefineAnalysisSchemeRequest.Builder> defineAnalysisSchemeRequest)Configures an analysis scheme that can be applied to atextortext-arrayfield to define language-specific text processing options.default CompletableFuture<DefineAnalysisSchemeResponse>CloudSearchAsyncClient. defineAnalysisScheme(DefineAnalysisSchemeRequest defineAnalysisSchemeRequest)Configures an analysis scheme that can be applied to atextortext-arrayfield to define language-specific text processing options.
-