Uses of Class
software.amazon.awssdk.services.quicksight.model.ListAssetBundleExportJobsResponse
-
Packages that use ListAssetBundleExportJobsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListAssetBundleExportJobsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListAssetBundleExportJobsResponse Modifier and Type Method Description default ListAssetBundleExportJobsResponseQuickSightClient. listAssetBundleExportJobs(Consumer<ListAssetBundleExportJobsRequest.Builder> listAssetBundleExportJobsRequest)Lists all asset bundle export jobs that have been taken place in the last 14 days.default ListAssetBundleExportJobsResponseQuickSightClient. listAssetBundleExportJobs(ListAssetBundleExportJobsRequest listAssetBundleExportJobsRequest)Lists all asset bundle export jobs that have been taken place in the last 14 days.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListAssetBundleExportJobsResponse Modifier and Type Method Description default CompletableFuture<ListAssetBundleExportJobsResponse>QuickSightAsyncClient. listAssetBundleExportJobs(Consumer<ListAssetBundleExportJobsRequest.Builder> listAssetBundleExportJobsRequest)Lists all asset bundle export jobs that have been taken place in the last 14 days.default CompletableFuture<ListAssetBundleExportJobsResponse>QuickSightAsyncClient. listAssetBundleExportJobs(ListAssetBundleExportJobsRequest listAssetBundleExportJobsRequest)Lists all asset bundle export jobs that have been taken place in the last 14 days. -
Uses of ListAssetBundleExportJobsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListAssetBundleExportJobsResponse Modifier and Type Method Description Iterator<ListAssetBundleExportJobsResponse>ListAssetBundleExportJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListAssetBundleExportJobsResponse Modifier and Type Method Description voidListAssetBundleExportJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssetBundleExportJobsResponse> subscriber)
-