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