| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
List<SlotTypeConfiguration> |
GetSlotTypeResponse.slotTypeConfigurations()
Configuration information that extends the parent built-in slot type.
|
List<SlotTypeConfiguration> |
PutSlotTypeResponse.slotTypeConfigurations()
Configuration information that extends the parent built-in slot type.
|
List<SlotTypeConfiguration> |
PutSlotTypeRequest.slotTypeConfigurations()
Configuration information that extends the parent built-in slot type.
|
List<SlotTypeConfiguration> |
CreateSlotTypeVersionResponse.slotTypeConfigurations()
Configuration information that extends the parent built-in slot type.
|
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeResponse.Builder |
GetSlotTypeResponse.Builder.slotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.slotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.slotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.slotTypeConfigurations(SlotTypeConfiguration... slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeResponse.Builder |
GetSlotTypeResponse.Builder.slotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.slotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.slotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.slotTypeConfigurations(Collection<SlotTypeConfiguration> slotTypeConfigurations)
Configuration information that extends the parent built-in slot type.
|
Copyright © 2022. All rights reserved.