| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default PutSlotTypeResponse |
LexModelBuildingClient.putSlotType(Consumer<PutSlotTypeRequest.Builder> putSlotTypeRequest)
Creates a custom slot type or replaces an existing custom slot type.
|
default PutSlotTypeResponse |
LexModelBuildingClient.putSlotType(PutSlotTypeRequest putSlotTypeRequest)
Creates a custom slot type or replaces an existing custom slot type.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutSlotTypeResponse> |
LexModelBuildingAsyncClient.putSlotType(Consumer<PutSlotTypeRequest.Builder> putSlotTypeRequest)
Creates a custom slot type or replaces an existing custom slot type.
|
default CompletableFuture<PutSlotTypeResponse> |
LexModelBuildingAsyncClient.putSlotType(PutSlotTypeRequest putSlotTypeRequest)
Creates a custom slot type or replaces an existing custom slot type.
|
Copyright © 2019. All rights reserved.