Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleExportJobSummary
-
Packages that use AssetBundleExportJobSummary Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of AssetBundleExportJobSummary in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleExportJobSummary Modifier and Type Method Description List<AssetBundleExportJobSummary>ListAssetBundleExportJobsResponse. assetBundleExportJobSummaryList()A list of export job summaries.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleExportJobSummary Modifier and Type Method Description ListAssetBundleExportJobsResponse.BuilderListAssetBundleExportJobsResponse.Builder. assetBundleExportJobSummaryList(AssetBundleExportJobSummary... assetBundleExportJobSummaryList)A list of export job summaries.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleExportJobSummary Modifier and Type Method Description ListAssetBundleExportJobsResponse.BuilderListAssetBundleExportJobsResponse.Builder. assetBundleExportJobSummaryList(Collection<AssetBundleExportJobSummary> assetBundleExportJobSummaryList)A list of export job summaries. -
Uses of AssetBundleExportJobSummary in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type AssetBundleExportJobSummary Modifier and Type Method Description SdkIterable<AssetBundleExportJobSummary>ListAssetBundleExportJobsIterable. assetBundleExportJobSummaryList()Returns an iterable to iterate through the paginatedListAssetBundleExportJobsResponse.assetBundleExportJobSummaryList()member.SdkPublisher<AssetBundleExportJobSummary>ListAssetBundleExportJobsPublisher. assetBundleExportJobSummaryList()Returns a publisher that can be used to get a stream of data.
-