Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.DeleteImportResponse
-
Packages that use DeleteImportResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of DeleteImportResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return DeleteImportResponse Modifier and Type Method Description default DeleteImportResponseLexModelsV2Client. deleteImport(Consumer<DeleteImportRequest.Builder> deleteImportRequest)Removes a previous import and the associated file stored in an S3 bucket.default DeleteImportResponseLexModelsV2Client. deleteImport(DeleteImportRequest deleteImportRequest)Removes a previous import and the associated file stored in an S3 bucket.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type DeleteImportResponse Modifier and Type Method Description default CompletableFuture<DeleteImportResponse>LexModelsV2AsyncClient. deleteImport(Consumer<DeleteImportRequest.Builder> deleteImportRequest)Removes a previous import and the associated file stored in an S3 bucket.default CompletableFuture<DeleteImportResponse>LexModelsV2AsyncClient. deleteImport(DeleteImportRequest deleteImportRequest)Removes a previous import and the associated file stored in an S3 bucket.
-