| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
List<AssetBundleImportJobError> |
DescribeAssetBundleImportJobResponse.errors()
An array of error records that describes any failures that occurred during the export job processing.
|
List<AssetBundleImportJobError> |
DescribeAssetBundleImportJobResponse.rollbackErrors()
An array of error records that describes any failures that occurred while an import job was attempting a
rollback.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetBundleImportJobResponse.Builder |
DescribeAssetBundleImportJobResponse.Builder.errors(AssetBundleImportJobError... errors)
An array of error records that describes any failures that occurred during the export job processing.
|
DescribeAssetBundleImportJobResponse.Builder |
DescribeAssetBundleImportJobResponse.Builder.rollbackErrors(AssetBundleImportJobError... rollbackErrors)
An array of error records that describes any failures that occurred while an import job was attempting a
rollback.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetBundleImportJobResponse.Builder |
DescribeAssetBundleImportJobResponse.Builder.errors(Collection<AssetBundleImportJobError> errors)
An array of error records that describes any failures that occurred during the export job processing.
|
DescribeAssetBundleImportJobResponse.Builder |
DescribeAssetBundleImportJobResponse.Builder.rollbackErrors(Collection<AssetBundleImportJobError> rollbackErrors)
An array of error records that describes any failures that occurred while an import job was attempting a
rollback.
|
Copyright © 2023. All rights reserved.