Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListSlotTypesResponse
-
Packages that use ListSlotTypesResponse Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.paginators -
-
Uses of ListSlotTypesResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListSlotTypesResponse Modifier and Type Method Description default ListSlotTypesResponseLexModelsV2Client. listSlotTypes(Consumer<ListSlotTypesRequest.Builder> listSlotTypesRequest)Gets a list of slot types that match the specified criteria.default ListSlotTypesResponseLexModelsV2Client. listSlotTypes(ListSlotTypesRequest listSlotTypesRequest)Gets a list of slot types that match the specified criteria.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListSlotTypesResponse Modifier and Type Method Description default CompletableFuture<ListSlotTypesResponse>LexModelsV2AsyncClient. listSlotTypes(Consumer<ListSlotTypesRequest.Builder> listSlotTypesRequest)Gets a list of slot types that match the specified criteria.default CompletableFuture<ListSlotTypesResponse>LexModelsV2AsyncClient. listSlotTypes(ListSlotTypesRequest listSlotTypesRequest)Gets a list of slot types that match the specified criteria. -
Uses of ListSlotTypesResponse in software.amazon.awssdk.services.lexmodelsv2.paginators
Methods in software.amazon.awssdk.services.lexmodelsv2.paginators that return types with arguments of type ListSlotTypesResponse Modifier and Type Method Description Iterator<ListSlotTypesResponse>ListSlotTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelsv2.paginators with type arguments of type ListSlotTypesResponse Modifier and Type Method Description voidListSlotTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSlotTypesResponse> subscriber)
-