| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
SearchSummary |
SearchSummary.clone() |
SearchSummary |
SearchSummary.withSearchId(String searchId)
The unique identifier of the search job.
|
SearchSummary |
SearchSummary.withStatus(SearchStatus status)
The current status of the search job.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchSummary> |
ListArchiveSearchesResult.getSearches()
The list of search job identifiers and statuses.
|
| Modifier and Type | Method and Description |
|---|---|
ListArchiveSearchesResult |
ListArchiveSearchesResult.withSearches(SearchSummary... searches)
The list of search job identifiers and statuses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListArchiveSearchesResult.setSearches(Collection<SearchSummary> searches)
The list of search job identifiers and statuses.
|
ListArchiveSearchesResult |
ListArchiveSearchesResult.withSearches(Collection<SearchSummary> searches)
The list of search job identifiers and statuses.
|
Copyright © 2024. All rights reserved.