| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
ImportsListItem |
ImportsListItem.clone() |
ImportsListItem |
ImportsListItem.withCreatedTimestamp(Date createdTimestamp)
The timestamp of the import's creation.
|
ImportsListItem |
ImportsListItem.withDestinations(Collection<String> destinations)
The ARN of the destination event data store.
|
ImportsListItem |
ImportsListItem.withDestinations(String... destinations)
The ARN of the destination event data store.
|
ImportsListItem |
ImportsListItem.withImportId(String importId)
The ID of the import.
|
ImportsListItem |
ImportsListItem.withImportStatus(ImportStatus importStatus)
The status of the import.
|
ImportsListItem |
ImportsListItem.withImportStatus(String importStatus)
The status of the import.
|
ImportsListItem |
ImportsListItem.withUpdatedTimestamp(Date updatedTimestamp)
The timestamp of the import's last update.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImportsListItem> |
ListImportsResult.getImports()
The list of returned imports.
|
| Modifier and Type | Method and Description |
|---|---|
ListImportsResult |
ListImportsResult.withImports(ImportsListItem... imports)
The list of returned imports.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImportsResult.setImports(Collection<ImportsListItem> imports)
The list of returned imports.
|
ListImportsResult |
ListImportsResult.withImports(Collection<ImportsListItem> imports)
The list of returned imports.
|
Copyright © 2023. All rights reserved.