Uses of Class
software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobSummary
-
Packages that use AssetBundleImportJobSummary Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of AssetBundleImportJobSummary in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssetBundleImportJobSummary Modifier and Type Method Description List<AssetBundleImportJobSummary>ListAssetBundleImportJobsResponse. assetBundleImportJobSummaryList()A list of import job summaries.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssetBundleImportJobSummary Modifier and Type Method Description ListAssetBundleImportJobsResponse.BuilderListAssetBundleImportJobsResponse.Builder. assetBundleImportJobSummaryList(AssetBundleImportJobSummary... assetBundleImportJobSummaryList)A list of import job summaries.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type AssetBundleImportJobSummary Modifier and Type Method Description ListAssetBundleImportJobsResponse.BuilderListAssetBundleImportJobsResponse.Builder. assetBundleImportJobSummaryList(Collection<AssetBundleImportJobSummary> assetBundleImportJobSummaryList)A list of import job summaries. -
Uses of AssetBundleImportJobSummary in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type AssetBundleImportJobSummary Modifier and Type Method Description SdkIterable<AssetBundleImportJobSummary>ListAssetBundleImportJobsIterable. assetBundleImportJobSummaryList()Returns an iterable to iterate through the paginatedListAssetBundleImportJobsResponse.assetBundleImportJobSummaryList()member.SdkPublisher<AssetBundleImportJobSummary>ListAssetBundleImportJobsPublisher. assetBundleImportJobSummaryList()Returns a publisher that can be used to get a stream of data.
-