Uses of Class
software.amazon.awssdk.services.cloudsearch.model.DefineExpressionRequest
-
Packages that use DefineExpressionRequest Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service software.amazon.awssdk.services.cloudsearch.transform -
-
Uses of DefineExpressionRequest in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch with parameters of type DefineExpressionRequest Modifier and Type Method Description default CompletableFuture<DefineExpressionResponse>CloudSearchAsyncClient. defineExpression(DefineExpressionRequest defineExpressionRequest)Configures anExpressionfor the search domain.default DefineExpressionResponseCloudSearchClient. defineExpression(DefineExpressionRequest defineExpressionRequest)Configures anExpressionfor the search domain. -
Uses of DefineExpressionRequest in software.amazon.awssdk.services.cloudsearch.transform
Methods in software.amazon.awssdk.services.cloudsearch.transform with parameters of type DefineExpressionRequest Modifier and Type Method Description SdkHttpFullRequestDefineExpressionRequestMarshaller. marshall(DefineExpressionRequest defineExpressionRequest)
-