Uses of Class
software.amazon.awssdk.services.cloudsearch.model.AnalysisScheme
-
Packages that use AnalysisScheme Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of AnalysisScheme in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return AnalysisScheme Modifier and Type Method Description AnalysisSchemeDefineAnalysisSchemeRequest. analysisScheme()Returns the value of the AnalysisScheme property for this object.AnalysisSchemeAnalysisSchemeStatus. options()Returns the value of the Options property for this object.Methods in software.amazon.awssdk.services.cloudsearch.model with parameters of type AnalysisScheme Modifier and Type Method Description DefineAnalysisSchemeRequest.BuilderDefineAnalysisSchemeRequest.Builder. analysisScheme(AnalysisScheme analysisScheme)Sets the value of the AnalysisScheme property for this object.AnalysisSchemeStatus.BuilderAnalysisSchemeStatus.Builder. options(AnalysisScheme options)Sets the value of the Options property for this object.
-