| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding |
|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeVersionsResult |
AmazonLexModelBuildingClient.getSlotTypeVersions(GetSlotTypeVersionsRequest request)
Gets information about all versions of a slot type.
|
GetSlotTypeVersionsResult |
AmazonLexModelBuilding.getSlotTypeVersions(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)
Gets information about all versions of a slot type.
|
GetSlotTypeVersionsResult |
AbstractAmazonLexModelBuilding.getSlotTypeVersions(GetSlotTypeVersionsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSlotTypeVersionsResult> |
AbstractAmazonLexModelBuildingAsync.getSlotTypeVersionsAsync(GetSlotTypeVersionsRequest request,
AsyncHandler<GetSlotTypeVersionsRequest,GetSlotTypeVersionsResult> asyncHandler) |
Future<GetSlotTypeVersionsResult> |
AmazonLexModelBuildingAsync.getSlotTypeVersionsAsync(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest,
AsyncHandler<GetSlotTypeVersionsRequest,GetSlotTypeVersionsResult> asyncHandler)
Gets information about all versions of a slot type.
|
Future<GetSlotTypeVersionsResult> |
AmazonLexModelBuildingAsyncClient.getSlotTypeVersionsAsync(GetSlotTypeVersionsRequest request,
AsyncHandler<GetSlotTypeVersionsRequest,GetSlotTypeVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeVersionsResult |
GetSlotTypeVersionsResult.clone() |
GetSlotTypeVersionsResult |
GetSlotTypeVersionsResult.withNextToken(String nextToken)
A pagination token for fetching the next page of slot type versions.
|
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. |
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. |
Copyright © 2023. All rights reserved.