Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.ListBuiltInSlotTypesRequest.Builder
-
Packages that use ListBuiltInSlotTypesRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ListBuiltInSlotTypesRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type ListBuiltInSlotTypesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListBuiltInSlotTypesResponse>LexModelsV2AsyncClient. listBuiltInSlotTypes(Consumer<ListBuiltInSlotTypesRequest.Builder> listBuiltInSlotTypesRequest)Gets a list of built-in slot types that meet the specified criteria.default ListBuiltInSlotTypesResponseLexModelsV2Client. listBuiltInSlotTypes(Consumer<ListBuiltInSlotTypesRequest.Builder> listBuiltInSlotTypesRequest)Gets a list of built-in slot types that meet the specified criteria.default ListBuiltInSlotTypesPublisherLexModelsV2AsyncClient. listBuiltInSlotTypesPaginator(Consumer<ListBuiltInSlotTypesRequest.Builder> listBuiltInSlotTypesRequest)Gets a list of built-in slot types that meet the specified criteria.default ListBuiltInSlotTypesIterableLexModelsV2Client. listBuiltInSlotTypesPaginator(Consumer<ListBuiltInSlotTypesRequest.Builder> listBuiltInSlotTypesRequest)Gets a list of built-in slot types that meet the specified criteria. -
Uses of ListBuiltInSlotTypesRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ListBuiltInSlotTypesRequest.Builder Modifier and Type Method Description static ListBuiltInSlotTypesRequest.BuilderListBuiltInSlotTypesRequest. builder()ListBuiltInSlotTypesRequest.BuilderListBuiltInSlotTypesRequest.Builder. localeId(String localeId)The identifier of the language and locale of the slot types to list.ListBuiltInSlotTypesRequest.BuilderListBuiltInSlotTypesRequest.Builder. maxResults(Integer maxResults)The maximum number of built-in slot types to return in each page of results.ListBuiltInSlotTypesRequest.BuilderListBuiltInSlotTypesRequest.Builder. nextToken(String nextToken)If the response from theListBuiltInSlotTypesoperation contains more results than specified in themaxResultsparameter, a token is returned in the response.ListBuiltInSlotTypesRequest.BuilderListBuiltInSlotTypesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBuiltInSlotTypesRequest.BuilderListBuiltInSlotTypesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListBuiltInSlotTypesRequest.BuilderListBuiltInSlotTypesRequest.Builder. sortBy(Consumer<BuiltInSlotTypeSortBy.Builder> sortBy)Determines the sort order for the response from theListBuiltInSlotTypesoperation.ListBuiltInSlotTypesRequest.BuilderListBuiltInSlotTypesRequest.Builder. sortBy(BuiltInSlotTypeSortBy sortBy)Determines the sort order for the response from theListBuiltInSlotTypesoperation.ListBuiltInSlotTypesRequest.BuilderListBuiltInSlotTypesRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ListBuiltInSlotTypesRequest.Builder Modifier and Type Method Description static Class<? extends ListBuiltInSlotTypesRequest.Builder>ListBuiltInSlotTypesRequest. serializableBuilderClass()
-