| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteSlotTypeResponse |
LexModelBuildingClient.deleteSlotType(Consumer<DeleteSlotTypeRequest.Builder> deleteSlotTypeRequest)
Deletes all versions of the slot type, including the
$LATEST version. |
default DeleteSlotTypeResponse |
LexModelBuildingClient.deleteSlotType(DeleteSlotTypeRequest deleteSlotTypeRequest)
Deletes all versions of the slot type, including the
$LATEST version. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteSlotTypeResponse> |
LexModelBuildingAsyncClient.deleteSlotType(Consumer<DeleteSlotTypeRequest.Builder> deleteSlotTypeRequest)
Deletes all versions of the slot type, including the
$LATEST version. |
default CompletableFuture<DeleteSlotTypeResponse> |
LexModelBuildingAsyncClient.deleteSlotType(DeleteSlotTypeRequest deleteSlotTypeRequest)
Deletes all versions of the slot type, including the
$LATEST version. |
Copyright © 2022. All rights reserved.