| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
UpgradeHistory |
UpgradeHistory.clone() |
UpgradeHistory |
UpgradeHistory.withStartTimestamp(Date startTimestamp)
UTC timestamp at which the upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ" format.
|
UpgradeHistory |
UpgradeHistory.withStepsList(Collection<UpgradeStepItem> stepsList)
A list of
UpgradeStepItem s representing information about each step performed as part of a
specific upgrade or upgrade eligibility check. |
UpgradeHistory |
UpgradeHistory.withStepsList(UpgradeStepItem... stepsList)
A list of
UpgradeStepItem s representing information about each step performed as part of a
specific upgrade or upgrade eligibility check. |
UpgradeHistory |
UpgradeHistory.withUpgradeName(String upgradeName)
A string that briefly describes the upgrade.
|
UpgradeHistory |
UpgradeHistory.withUpgradeStatus(String upgradeStatus)
The current status of the upgrade.
|
UpgradeHistory |
UpgradeHistory.withUpgradeStatus(UpgradeStatus upgradeStatus)
The current status of the upgrade.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpgradeHistory> |
GetUpgradeHistoryResult.getUpgradeHistories()
A list of
UpgradeHistory objects corresponding to each upgrade or upgrade eligibility check
performed on a domain returned as part of the GetUpgradeHistoryResponse object. |
| Modifier and Type | Method and Description |
|---|---|
GetUpgradeHistoryResult |
GetUpgradeHistoryResult.withUpgradeHistories(UpgradeHistory... upgradeHistories)
A list of
UpgradeHistory objects corresponding to each upgrade or upgrade eligibility check
performed on a domain returned as part of the GetUpgradeHistoryResponse object. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetUpgradeHistoryResult.setUpgradeHistories(Collection<UpgradeHistory> upgradeHistories)
A list of
UpgradeHistory objects corresponding to each upgrade or upgrade eligibility check
performed on a domain returned as part of the GetUpgradeHistoryResponse object. |
GetUpgradeHistoryResult |
GetUpgradeHistoryResult.withUpgradeHistories(Collection<UpgradeHistory> upgradeHistories)
A list of
UpgradeHistory objects corresponding to each upgrade or upgrade eligibility check
performed on a domain returned as part of the GetUpgradeHistoryResponse object. |
Copyright © 2022. All rights reserved.