Uses of Class
software.amazon.awssdk.services.cloudsearch.model.DeleteExpressionResponse
-
Packages that use DeleteExpressionResponse Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service -
-
Uses of DeleteExpressionResponse in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch that return DeleteExpressionResponse Modifier and Type Method Description default DeleteExpressionResponseCloudSearchClient. deleteExpression(Consumer<DeleteExpressionRequest.Builder> deleteExpressionRequest)Removes anExpressionfrom the search domain.default DeleteExpressionResponseCloudSearchClient. deleteExpression(DeleteExpressionRequest deleteExpressionRequest)Removes anExpressionfrom the search domain.Methods in software.amazon.awssdk.services.cloudsearch that return types with arguments of type DeleteExpressionResponse Modifier and Type Method Description default CompletableFuture<DeleteExpressionResponse>CloudSearchAsyncClient. deleteExpression(Consumer<DeleteExpressionRequest.Builder> deleteExpressionRequest)Removes anExpressionfrom the search domain.default CompletableFuture<DeleteExpressionResponse>CloudSearchAsyncClient. deleteExpression(DeleteExpressionRequest deleteExpressionRequest)Removes anExpressionfrom the search domain.
-