| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBuiltInSlotTypesResponse> |
LexModelsV2AsyncClient.listBuiltInSlotTypes(Consumer<ListBuiltInSlotTypesRequest.Builder> listBuiltInSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
default ListBuiltInSlotTypesResponse |
LexModelsV2Client.listBuiltInSlotTypes(Consumer<ListBuiltInSlotTypesRequest.Builder> listBuiltInSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
default ListBuiltInSlotTypesPublisher |
LexModelsV2AsyncClient.listBuiltInSlotTypesPaginator(Consumer<ListBuiltInSlotTypesRequest.Builder> listBuiltInSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
default ListBuiltInSlotTypesIterable |
LexModelsV2Client.listBuiltInSlotTypesPaginator(Consumer<ListBuiltInSlotTypesRequest.Builder> listBuiltInSlotTypesRequest)
Gets a list of built-in slot types that meet the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
static ListBuiltInSlotTypesRequest.Builder |
ListBuiltInSlotTypesRequest.builder() |
ListBuiltInSlotTypesRequest.Builder |
ListBuiltInSlotTypesRequest.Builder.localeId(String localeId)
The identifier of the language and locale of the slot types to list.
|
ListBuiltInSlotTypesRequest.Builder |
ListBuiltInSlotTypesRequest.Builder.maxResults(Integer maxResults)
The maximum number of built-in slot types to return in each page of results.
|
ListBuiltInSlotTypesRequest.Builder |
ListBuiltInSlotTypesRequest.Builder.nextToken(String nextToken)
If the response from the
ListBuiltInSlotTypes operation contains more results than specified in
the maxResults parameter, a token is returned in the response. |
ListBuiltInSlotTypesRequest.Builder |
ListBuiltInSlotTypesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBuiltInSlotTypesRequest.Builder |
ListBuiltInSlotTypesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBuiltInSlotTypesRequest.Builder |
ListBuiltInSlotTypesRequest.Builder.sortBy(BuiltInSlotTypeSortBy sortBy)
Determines the sort order for the response from the
ListBuiltInSlotTypes operation. |
default ListBuiltInSlotTypesRequest.Builder |
ListBuiltInSlotTypesRequest.Builder.sortBy(Consumer<BuiltInSlotTypeSortBy.Builder> sortBy)
Determines the sort order for the response from the
ListBuiltInSlotTypes operation. |
ListBuiltInSlotTypesRequest.Builder |
ListBuiltInSlotTypesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBuiltInSlotTypesRequest.Builder> |
ListBuiltInSlotTypesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.