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 the format
yyyy-MM-ddTHH:mm:ssZ . |
UpgradeHistory |
UpgradeHistory.withStepsList(Collection<UpgradeStepItem> stepsList)
A list of each step performed as part of a specific upgrade or upgrade eligibility check.
|
UpgradeHistory |
UpgradeHistory.withStepsList(UpgradeStepItem... stepsList)
A list of each step performed as part of a specific upgrade or upgrade eligibility check.
|
UpgradeHistory |
UpgradeHistory.withUpgradeName(String upgradeName)
A string that 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 objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
|
Modifier and Type | Method and Description |
---|---|
GetUpgradeHistoryResult |
GetUpgradeHistoryResult.withUpgradeHistories(UpgradeHistory... upgradeHistories)
A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
|
Modifier and Type | Method and Description |
---|---|
void |
GetUpgradeHistoryResult.setUpgradeHistories(Collection<UpgradeHistory> upgradeHistories)
A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
|
GetUpgradeHistoryResult |
GetUpgradeHistoryResult.withUpgradeHistories(Collection<UpgradeHistory> upgradeHistories)
A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.
|
Copyright © 2023. All rights reserved.