| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch |
|
| Modifier and Type | Method and Description |
|---|---|
default DefineAnalysisSchemeResponse |
CloudSearchClient.defineAnalysisScheme(Consumer<DefineAnalysisSchemeRequest.Builder> defineAnalysisSchemeRequest)
Configures an analysis scheme that can be applied to a
text or text-array field to
define language-specific text processing options. |
default DefineAnalysisSchemeResponse |
CloudSearchClient.defineAnalysisScheme(DefineAnalysisSchemeRequest defineAnalysisSchemeRequest)
Configures an analysis scheme that can be applied to a
text or text-array field to
define language-specific text processing options. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DefineAnalysisSchemeResponse> |
CloudSearchAsyncClient.defineAnalysisScheme(Consumer<DefineAnalysisSchemeRequest.Builder> defineAnalysisSchemeRequest)
Configures an analysis scheme that can be applied to a
text or text-array field to
define language-specific text processing options. |
default CompletableFuture<DefineAnalysisSchemeResponse> |
CloudSearchAsyncClient.defineAnalysisScheme(DefineAnalysisSchemeRequest defineAnalysisSchemeRequest)
Configures an analysis scheme that can be applied to a
text or text-array field to
define language-specific text processing options. |
Copyright © 2023. All rights reserved.