Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListSlotsResponse
-
Packages that use ListSlotsResponse Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.paginators -
-
Uses of ListSlotsResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListSlotsResponse Modifier and Type Method Description default ListSlotsResponseLexModelsV2Client. listSlots(Consumer<ListSlotsRequest.Builder> listSlotsRequest)Gets a list of slots that match the specified criteria.default ListSlotsResponseLexModelsV2Client. listSlots(ListSlotsRequest listSlotsRequest)Gets a list of slots that match the specified criteria.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListSlotsResponse Modifier and Type Method Description default CompletableFuture<ListSlotsResponse>LexModelsV2AsyncClient. listSlots(Consumer<ListSlotsRequest.Builder> listSlotsRequest)Gets a list of slots that match the specified criteria.default CompletableFuture<ListSlotsResponse>LexModelsV2AsyncClient. listSlots(ListSlotsRequest listSlotsRequest)Gets a list of slots that match the specified criteria. -
Uses of ListSlotsResponse in software.amazon.awssdk.services.lexmodelsv2.paginators
Methods in software.amazon.awssdk.services.lexmodelsv2.paginators that return types with arguments of type ListSlotsResponse Modifier and Type Method Description Iterator<ListSlotsResponse>ListSlotsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelsv2.paginators with type arguments of type ListSlotsResponse Modifier and Type Method Description voidListSlotsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSlotsResponse> subscriber)
-