| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
List<UpgradeHistory> |
GetUpgradeHistoryResponse.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 |
|---|---|
GetUpgradeHistoryResponse.Builder |
GetUpgradeHistoryResponse.Builder.upgradeHistories(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 |
|---|---|
GetUpgradeHistoryResponse.Builder |
GetUpgradeHistoryResponse.Builder.upgradeHistories(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 © 2022. All rights reserved.