Uses of Class
software.amazon.awssdk.services.kendra.model.DeleteExperienceRequest
-
Packages that use DeleteExperienceRequest Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.transform -
-
Uses of DeleteExperienceRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type DeleteExperienceRequest Modifier and Type Method Description default CompletableFuture<DeleteExperienceResponse>KendraAsyncClient. deleteExperience(DeleteExperienceRequest deleteExperienceRequest)Deletes your Amazon Kendra experience such as a search application.default DeleteExperienceResponseKendraClient. deleteExperience(DeleteExperienceRequest deleteExperienceRequest)Deletes your Amazon Kendra experience such as a search application. -
Uses of DeleteExperienceRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type DeleteExperienceRequest Modifier and Type Method Description SdkHttpFullRequestDeleteExperienceRequestMarshaller. marshall(DeleteExperienceRequest deleteExperienceRequest)
-