| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
AssetBundleExportJobSummary |
AssetBundleExportJobSummary.clone() |
AssetBundleExportJobSummary |
AssetBundleExportJobSummary.withArn(String arn)
The ARN of the export job.
|
AssetBundleExportJobSummary |
AssetBundleExportJobSummary.withAssetBundleExportJobId(String assetBundleExportJobId)
The ID of the export job.
|
AssetBundleExportJobSummary |
AssetBundleExportJobSummary.withCreatedTime(Date createdTime)
The time that the export job was created.
|
AssetBundleExportJobSummary |
AssetBundleExportJobSummary.withExportFormat(AssetBundleExportFormat exportFormat)
The format for the export job.
|
AssetBundleExportJobSummary |
AssetBundleExportJobSummary.withExportFormat(String exportFormat)
The format for the export job.
|
AssetBundleExportJobSummary |
AssetBundleExportJobSummary.withIncludeAllDependencies(Boolean includeAllDependencies)
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
|
AssetBundleExportJobSummary |
AssetBundleExportJobSummary.withIncludePermissions(Boolean includePermissions)
The flag that determines the inclusion of permissions associated with each resource ARN.
|
AssetBundleExportJobSummary |
AssetBundleExportJobSummary.withIncludeTags(Boolean includeTags)
The flag that determines the inclusion of tags associated with each resource ARN.
|
AssetBundleExportJobSummary |
AssetBundleExportJobSummary.withJobStatus(AssetBundleExportJobStatus jobStatus)
The current status of the export job.
|
AssetBundleExportJobSummary |
AssetBundleExportJobSummary.withJobStatus(String jobStatus)
The current status of the export job.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetBundleExportJobSummary> |
ListAssetBundleExportJobsResult.getAssetBundleExportJobSummaryList()
A list of export job summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetBundleExportJobsResult |
ListAssetBundleExportJobsResult.withAssetBundleExportJobSummaryList(AssetBundleExportJobSummary... assetBundleExportJobSummaryList)
A list of export job summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssetBundleExportJobsResult.setAssetBundleExportJobSummaryList(Collection<AssetBundleExportJobSummary> assetBundleExportJobSummaryList)
A list of export job summaries.
|
ListAssetBundleExportJobsResult |
ListAssetBundleExportJobsResult.withAssetBundleExportJobSummaryList(Collection<AssetBundleExportJobSummary> assetBundleExportJobSummaryList)
A list of export job summaries.
|
Copyright © 2023. All rights reserved.