Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListBuiltInSlotTypesRequest
-
-
Uses of ListBuiltInSlotTypesRequest in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 with parameters of type ListBuiltInSlotTypesRequest Modifier and Type Method Description default CompletableFuture<ListBuiltInSlotTypesResponse>LexModelsV2AsyncClient. listBuiltInSlotTypes(ListBuiltInSlotTypesRequest listBuiltInSlotTypesRequest)Gets a list of built-in slot types that meet the specified criteria.default ListBuiltInSlotTypesResponseLexModelsV2Client. listBuiltInSlotTypes(ListBuiltInSlotTypesRequest listBuiltInSlotTypesRequest)Gets a list of built-in slot types that meet the specified criteria.default ListBuiltInSlotTypesPublisherLexModelsV2AsyncClient. listBuiltInSlotTypesPaginator(ListBuiltInSlotTypesRequest listBuiltInSlotTypesRequest)Gets a list of built-in slot types that meet the specified criteria.default ListBuiltInSlotTypesIterableLexModelsV2Client. listBuiltInSlotTypesPaginator(ListBuiltInSlotTypesRequest listBuiltInSlotTypesRequest)Gets a list of built-in slot types that meet the specified criteria. -
Uses of ListBuiltInSlotTypesRequest in software.amazon.awssdk.services.lexmodelsv2.paginators
Constructors in software.amazon.awssdk.services.lexmodelsv2.paginators with parameters of type ListBuiltInSlotTypesRequest Constructor Description ListBuiltInSlotTypesIterable(LexModelsV2Client client, ListBuiltInSlotTypesRequest firstRequest)ListBuiltInSlotTypesPublisher(LexModelsV2AsyncClient client, ListBuiltInSlotTypesRequest firstRequest) -
Uses of ListBuiltInSlotTypesRequest in software.amazon.awssdk.services.lexmodelsv2.transform
Methods in software.amazon.awssdk.services.lexmodelsv2.transform with parameters of type ListBuiltInSlotTypesRequest Modifier and Type Method Description SdkHttpFullRequestListBuiltInSlotTypesRequestMarshaller. marshall(ListBuiltInSlotTypesRequest listBuiltInSlotTypesRequest)
-