Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListExportsResponse
-
Packages that use ListExportsResponse Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.paginators -
-
Uses of ListExportsResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListExportsResponse Modifier and Type Method Description default ListExportsResponseLexModelsV2Client. listExports(Consumer<ListExportsRequest.Builder> listExportsRequest)Lists the exports for a bot, bot locale, or custom vocabulary.default ListExportsResponseLexModelsV2Client. listExports(ListExportsRequest listExportsRequest)Lists the exports for a bot, bot locale, or custom vocabulary.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListExportsResponse Modifier and Type Method Description default CompletableFuture<ListExportsResponse>LexModelsV2AsyncClient. listExports(Consumer<ListExportsRequest.Builder> listExportsRequest)Lists the exports for a bot, bot locale, or custom vocabulary.default CompletableFuture<ListExportsResponse>LexModelsV2AsyncClient. listExports(ListExportsRequest listExportsRequest)Lists the exports for a bot, bot locale, or custom vocabulary. -
Uses of ListExportsResponse in software.amazon.awssdk.services.lexmodelsv2.paginators
Methods in software.amazon.awssdk.services.lexmodelsv2.paginators that return types with arguments of type ListExportsResponse Modifier and Type Method Description Iterator<ListExportsResponse>ListExportsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelsv2.paginators with type arguments of type ListExportsResponse Modifier and Type Method Description voidListExportsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListExportsResponse> subscriber)
-