| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
FailureInfo |
FailureInfo.clone() |
FailureInfo |
GetImportJobResult.getFailureInfo()
The failure details about an import job.
|
FailureInfo |
FailureInfo.withErrorMessage(String errorMessage)
A message about why the import job failed.
|
FailureInfo |
FailureInfo.withFailedRecordsS3Url(String failedRecordsS3Url)
An Amazon S3 presigned URL that contains all the failed records and related information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetImportJobResult.setFailureInfo(FailureInfo failureInfo)
The failure details about an import job.
|
GetImportJobResult |
GetImportJobResult.withFailureInfo(FailureInfo failureInfo)
The failure details about an import job.
|
Copyright © 2021. All rights reserved.