Uses of Class
software.amazon.awssdk.services.quicksight.model.SnapshotJobResultErrorInfo
-
Packages that use SnapshotJobResultErrorInfo Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotJobResultErrorInfo in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotJobResultErrorInfo Modifier and Type Method Description List<SnapshotJobResultErrorInfo>SnapshotJobS3Result. errorInfo()An array of error records that describe any failures that occur while the dashboard snapshot job runs.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SnapshotJobResultErrorInfo Modifier and Type Method Description SnapshotJobS3Result.BuilderSnapshotJobS3Result.Builder. errorInfo(SnapshotJobResultErrorInfo... errorInfo)An array of error records that describe any failures that occur while the dashboard snapshot job runs.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotJobResultErrorInfo Modifier and Type Method Description SnapshotJobS3Result.BuilderSnapshotJobS3Result.Builder. errorInfo(Collection<SnapshotJobResultErrorInfo> errorInfo)An array of error records that describe any failures that occur while the dashboard snapshot job runs.
-