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