| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
SearchStatus |
SearchStatus.clone() |
SearchStatus |
SearchSummary.getStatus()
The current status of the search job.
|
SearchStatus |
GetArchiveSearchResult.getStatus()
The current status of the search job.
|
SearchStatus |
SearchStatus.withCompletionTimestamp(Date completionTimestamp)
The timestamp of when the search completed (if finished).
|
SearchStatus |
SearchStatus.withErrorMessage(String errorMessage)
An error message if the search failed.
|
SearchStatus |
SearchStatus.withState(SearchState state)
The current state of the search job.
|
SearchStatus |
SearchStatus.withState(String state)
The current state of the search job.
|
SearchStatus |
SearchStatus.withSubmissionTimestamp(Date submissionTimestamp)
The timestamp of when the search was submitted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchSummary.setStatus(SearchStatus status)
The current status of the search job.
|
void |
GetArchiveSearchResult.setStatus(SearchStatus status)
The current status of the search job.
|
SearchSummary |
SearchSummary.withStatus(SearchStatus status)
The current status of the search job.
|
GetArchiveSearchResult |
GetArchiveSearchResult.withStatus(SearchStatus status)
The current status of the search job.
|
Copyright © 2024. All rights reserved.