| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteImportResponse |
LexModelsV2Client.deleteImport(Consumer<DeleteImportRequest.Builder> deleteImportRequest)
Removes a previous import and the associated file stored in an S3 bucket.
|
default DeleteImportResponse |
LexModelsV2Client.deleteImport(DeleteImportRequest deleteImportRequest)
Removes a previous import and the associated file stored in an S3 bucket.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.