| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
ImportFailureListItem |
ImportFailureListItem.clone() |
ImportFailureListItem |
ImportFailureListItem.withErrorMessage(String errorMessage)
Provides the reason the import failed.
|
ImportFailureListItem |
ImportFailureListItem.withErrorType(String errorType)
The type of import error.
|
ImportFailureListItem |
ImportFailureListItem.withLastUpdatedTime(Date lastUpdatedTime)
When the import was last updated.
|
ImportFailureListItem |
ImportFailureListItem.withLocation(String location)
The location of the failure in the S3 bucket.
|
ImportFailureListItem |
ImportFailureListItem.withStatus(ImportFailureStatus status)
The status of the import.
|
ImportFailureListItem |
ImportFailureListItem.withStatus(String status)
The status of the import.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImportFailureListItem> |
ListImportFailuresResult.getFailures()
Contains information about the import failures.
|
| Modifier and Type | Method and Description |
|---|---|
ListImportFailuresResult |
ListImportFailuresResult.withFailures(ImportFailureListItem... failures)
Contains information about the import failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImportFailuresResult.setFailures(Collection<ImportFailureListItem> failures)
Contains information about the import failures.
|
ListImportFailuresResult |
ListImportFailuresResult.withFailures(Collection<ImportFailureListItem> failures)
Contains information about the import failures.
|
Copyright © 2022. All rights reserved.