| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteExportResponse |
LexModelsV2Client.deleteExport(Consumer<DeleteExportRequest.Builder> deleteExportRequest)
Removes a previous export and the associated files stored in an S3 bucket.
|
default DeleteExportResponse |
LexModelsV2Client.deleteExport(DeleteExportRequest deleteExportRequest)
Removes a previous export and the associated files stored in an S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteExportResponse> |
LexModelsV2AsyncClient.deleteExport(Consumer<DeleteExportRequest.Builder> deleteExportRequest)
Removes a previous export and the associated files stored in an S3 bucket.
|
default CompletableFuture<DeleteExportResponse> |
LexModelsV2AsyncClient.deleteExport(DeleteExportRequest deleteExportRequest)
Removes a previous export and the associated files stored in an S3 bucket.
|
Copyright © 2023. All rights reserved.