Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
AssetBundleImportJobError |
AssetBundleImportJobError.clone() |
AssetBundleImportJobError |
AssetBundleImportJobError.withArn(String arn)
The ARN of the resource whose processing caused an error.
|
AssetBundleImportJobError |
AssetBundleImportJobError.withMessage(String message)
A description of the error.
|
AssetBundleImportJobError |
AssetBundleImportJobError.withType(String type)
The specific error type or the error that occurred.
|
Modifier and Type | Method and Description |
---|---|
List<AssetBundleImportJobError> |
DescribeAssetBundleImportJobResult.getErrors()
An array of error records that describes any failures that occurred during the export job processing.
|
List<AssetBundleImportJobError> |
DescribeAssetBundleImportJobResult.getRollbackErrors()
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 |
---|---|
DescribeAssetBundleImportJobResult |
DescribeAssetBundleImportJobResult.withErrors(AssetBundleImportJobError... errors)
An array of error records that describes any failures that occurred during the export job processing.
|
DescribeAssetBundleImportJobResult |
DescribeAssetBundleImportJobResult.withRollbackErrors(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 |
---|---|
void |
DescribeAssetBundleImportJobResult.setErrors(Collection<AssetBundleImportJobError> errors)
An array of error records that describes any failures that occurred during the export job processing.
|
void |
DescribeAssetBundleImportJobResult.setRollbackErrors(Collection<AssetBundleImportJobError> rollbackErrors)
An array of error records that describes any failures that occurred while an import job was attempting a
rollback.
|
DescribeAssetBundleImportJobResult |
DescribeAssetBundleImportJobResult.withErrors(Collection<AssetBundleImportJobError> errors)
An array of error records that describes any failures that occurred during the export job processing.
|
DescribeAssetBundleImportJobResult |
DescribeAssetBundleImportJobResult.withRollbackErrors(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.