| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
SlotTypeMetadata |
SlotTypeMetadata.clone() |
SlotTypeMetadata |
SlotTypeMetadata.withCreatedDate(Date createdDate)
The date that the slot type was created.
|
SlotTypeMetadata |
SlotTypeMetadata.withDescription(String description)
A description of the slot type.
|
SlotTypeMetadata |
SlotTypeMetadata.withLastUpdatedDate(Date lastUpdatedDate)
The date that the slot type was updated.
|
SlotTypeMetadata |
SlotTypeMetadata.withName(String name)
The name of the slot type.
|
SlotTypeMetadata |
SlotTypeMetadata.withVersion(String version)
The version of the slot type.
|
| Modifier and Type | Method and Description |
|---|---|
List<SlotTypeMetadata> |
GetSlotTypeVersionsResult.getSlotTypes()
An array of
SlotTypeMetadata objects, one for each numbered version of the slot type plus one for
the $LATEST version. |
List<SlotTypeMetadata> |
GetSlotTypesResult.getSlotTypes()
An array of objects, one for each slot type, that provides information such as the name of the slot type, the
version, and a description.
|
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeVersionsResult |
GetSlotTypeVersionsResult.withSlotTypes(SlotTypeMetadata... slotTypes)
An array of
SlotTypeMetadata objects, one for each numbered version of the slot type plus one for
the $LATEST version. |
GetSlotTypesResult |
GetSlotTypesResult.withSlotTypes(SlotTypeMetadata... slotTypes)
An array of objects, one for each slot type, that provides information such as the name of the slot type, the
version, and a description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSlotTypeVersionsResult.setSlotTypes(Collection<SlotTypeMetadata> slotTypes)
An array of
SlotTypeMetadata objects, one for each numbered version of the slot type plus one for
the $LATEST version. |
void |
GetSlotTypesResult.setSlotTypes(Collection<SlotTypeMetadata> slotTypes)
An array of objects, one for each slot type, that provides information such as the name of the slot type, the
version, and a description.
|
GetSlotTypeVersionsResult |
GetSlotTypeVersionsResult.withSlotTypes(Collection<SlotTypeMetadata> slotTypes)
An array of
SlotTypeMetadata objects, one for each numbered version of the slot type plus one for
the $LATEST version. |
GetSlotTypesResult |
GetSlotTypesResult.withSlotTypes(Collection<SlotTypeMetadata> slotTypes)
An array of objects, one for each slot type, that provides information such as the name of the slot type, the
version, and a description.
|
Copyright © 2020. All rights reserved.