Uses of Class
software.amazon.awssdk.services.cloudsearch.model.DeleteIndexFieldResponse
-
Packages that use DeleteIndexFieldResponse Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service -
-
Uses of DeleteIndexFieldResponse in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch that return DeleteIndexFieldResponse Modifier and Type Method Description default DeleteIndexFieldResponseCloudSearchClient. deleteIndexField(Consumer<DeleteIndexFieldRequest.Builder> deleteIndexFieldRequest)Removes anIndexFieldfrom the search domain.default DeleteIndexFieldResponseCloudSearchClient. deleteIndexField(DeleteIndexFieldRequest deleteIndexFieldRequest)Removes anIndexFieldfrom the search domain.Methods in software.amazon.awssdk.services.cloudsearch that return types with arguments of type DeleteIndexFieldResponse Modifier and Type Method Description default CompletableFuture<DeleteIndexFieldResponse>CloudSearchAsyncClient. deleteIndexField(Consumer<DeleteIndexFieldRequest.Builder> deleteIndexFieldRequest)Removes anIndexFieldfrom the search domain.default CompletableFuture<DeleteIndexFieldResponse>CloudSearchAsyncClient. deleteIndexField(DeleteIndexFieldRequest deleteIndexFieldRequest)Removes anIndexFieldfrom the search domain.
-