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