Package | Description |
---|---|
com.amazonaws.services.elasticsearch.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 pard 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 pard of a
specific Upgrade or Upgrade Eligibility Check. |
UpgradeHistory |
UpgradeHistory.withUpgradeName(String upgradeName)
A string that describes the update briefly
|
UpgradeHistory |
UpgradeHistory.withUpgradeStatus(String upgradeStatus)
The overall status of the update.
|
UpgradeHistory |
UpgradeHistory.withUpgradeStatus(UpgradeStatus upgradeStatus)
The overall status of the update.
|
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 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 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 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 GetUpgradeHistoryResponse object. |
Copyright © 2021. All rights reserved.