Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListBuiltInSlotTypesResponse
-
Packages that use ListBuiltInSlotTypesResponse Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.paginators -
-
Uses of ListBuiltInSlotTypesResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListBuiltInSlotTypesResponse Modifier and Type Method Description default ListBuiltInSlotTypesResponseLexModelsV2Client. listBuiltInSlotTypes(Consumer<ListBuiltInSlotTypesRequest.Builder> 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.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListBuiltInSlotTypesResponse 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 CompletableFuture<ListBuiltInSlotTypesResponse>LexModelsV2AsyncClient. listBuiltInSlotTypes(ListBuiltInSlotTypesRequest listBuiltInSlotTypesRequest)Gets a list of built-in slot types that meet the specified criteria. -
Uses of ListBuiltInSlotTypesResponse in software.amazon.awssdk.services.lexmodelsv2.paginators
Methods in software.amazon.awssdk.services.lexmodelsv2.paginators that return types with arguments of type ListBuiltInSlotTypesResponse Modifier and Type Method Description Iterator<ListBuiltInSlotTypesResponse>ListBuiltInSlotTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelsv2.paginators with type arguments of type ListBuiltInSlotTypesResponse Modifier and Type Method Description voidListBuiltInSlotTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBuiltInSlotTypesResponse> subscriber)
-