Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListExportsRequest
-
-
Uses of ListExportsRequest in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 with parameters of type ListExportsRequest Modifier and Type Method Description default CompletableFuture<ListExportsResponse>LexModelsV2AsyncClient. listExports(ListExportsRequest 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.default ListExportsPublisherLexModelsV2AsyncClient. listExportsPaginator(ListExportsRequest listExportsRequest)Lists the exports for a bot, bot locale, or custom vocabulary.default ListExportsIterableLexModelsV2Client. listExportsPaginator(ListExportsRequest listExportsRequest)Lists the exports for a bot, bot locale, or custom vocabulary. -
Uses of ListExportsRequest in software.amazon.awssdk.services.lexmodelsv2.paginators
Constructors in software.amazon.awssdk.services.lexmodelsv2.paginators with parameters of type ListExportsRequest Constructor Description ListExportsIterable(LexModelsV2Client client, ListExportsRequest firstRequest)ListExportsPublisher(LexModelsV2AsyncClient client, ListExportsRequest firstRequest) -
Uses of ListExportsRequest in software.amazon.awssdk.services.lexmodelsv2.transform
Methods in software.amazon.awssdk.services.lexmodelsv2.transform with parameters of type ListExportsRequest Modifier and Type Method Description SdkHttpFullRequestListExportsRequestMarshaller. marshall(ListExportsRequest listExportsRequest)
-