| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
List<UpgradeStepItem> |
UpgradeHistory.stepsList()
A list of
UpgradeStepItem s representing information about each step performed as pard of a
specific Upgrade or Upgrade Eligibility Check. |
| Modifier and Type | Method and Description |
|---|---|
UpgradeHistory.Builder |
UpgradeHistory.Builder.stepsList(UpgradeStepItem... stepsList)
A list of
UpgradeStepItem s representing information about each step performed as pard
of a specific Upgrade or Upgrade Eligibility Check. |
| Modifier and Type | Method and Description |
|---|---|
UpgradeHistory.Builder |
UpgradeHistory.Builder.stepsList(Collection<UpgradeStepItem> stepsList)
A list of
UpgradeStepItem s representing information about each step performed as pard
of a specific Upgrade or Upgrade Eligibility Check. |
Copyright © 2022. All rights reserved.