Uses of Class
software.amazon.awssdk.services.quicksight.model.StartAssetBundleExportJobResponse
-
Packages that use StartAssetBundleExportJobResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of StartAssetBundleExportJobResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return StartAssetBundleExportJobResponse Modifier and Type Method Description default StartAssetBundleExportJobResponseQuickSightClient. startAssetBundleExportJob(Consumer<StartAssetBundleExportJobRequest.Builder> startAssetBundleExportJobRequest)Starts an Asset Bundle export job.default StartAssetBundleExportJobResponseQuickSightClient. startAssetBundleExportJob(StartAssetBundleExportJobRequest startAssetBundleExportJobRequest)Starts an Asset Bundle export job.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type StartAssetBundleExportJobResponse Modifier and Type Method Description default CompletableFuture<StartAssetBundleExportJobResponse>QuickSightAsyncClient. startAssetBundleExportJob(Consumer<StartAssetBundleExportJobRequest.Builder> startAssetBundleExportJobRequest)Starts an Asset Bundle export job.default CompletableFuture<StartAssetBundleExportJobResponse>QuickSightAsyncClient. startAssetBundleExportJob(StartAssetBundleExportJobRequest startAssetBundleExportJobRequest)Starts an Asset Bundle export job.
-