| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
GetUpgradeStatusResult |
AmazonOpenSearch.getUpgradeStatus(GetUpgradeStatusRequest getUpgradeStatusRequest)
Retrieves the latest status of the last upgrade or upgrade eligibility check performed on the domain.
|
GetUpgradeStatusResult |
AmazonOpenSearchClient.getUpgradeStatus(GetUpgradeStatusRequest request)
Retrieves the latest status of the last upgrade or upgrade eligibility check performed on the domain.
|
GetUpgradeStatusResult |
AbstractAmazonOpenSearch.getUpgradeStatus(GetUpgradeStatusRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetUpgradeStatusResult> |
AmazonOpenSearchAsync.getUpgradeStatusAsync(GetUpgradeStatusRequest getUpgradeStatusRequest,
AsyncHandler<GetUpgradeStatusRequest,GetUpgradeStatusResult> asyncHandler)
Retrieves the latest status of the last upgrade or upgrade eligibility check performed on the domain.
|
Future<GetUpgradeStatusResult> |
AbstractAmazonOpenSearchAsync.getUpgradeStatusAsync(GetUpgradeStatusRequest request,
AsyncHandler<GetUpgradeStatusRequest,GetUpgradeStatusResult> asyncHandler) |
Future<GetUpgradeStatusResult> |
AmazonOpenSearchAsyncClient.getUpgradeStatusAsync(GetUpgradeStatusRequest request,
AsyncHandler<GetUpgradeStatusRequest,GetUpgradeStatusResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetUpgradeStatusResult |
GetUpgradeStatusResult.clone() |
GetUpgradeStatusResult |
GetUpgradeStatusResult.withStepStatus(String stepStatus)
One of four statuses an upgrade have, returned as part of the
GetUpgradeStatusResponse
object. |
GetUpgradeStatusResult |
GetUpgradeStatusResult.withStepStatus(UpgradeStatus stepStatus)
One of four statuses an upgrade have, returned as part of the
GetUpgradeStatusResponse
object. |
GetUpgradeStatusResult |
GetUpgradeStatusResult.withUpgradeName(String upgradeName)
A string that briefly describes the update.
|
GetUpgradeStatusResult |
GetUpgradeStatusResult.withUpgradeStep(String upgradeStep)
One of three steps an upgrade or upgrade eligibility check goes through:
PreUpgradeCheck
Snapshot
Upgrade
|
GetUpgradeStatusResult |
GetUpgradeStatusResult.withUpgradeStep(UpgradeStep upgradeStep)
One of three steps an upgrade or upgrade eligibility check goes through:
PreUpgradeCheck
Snapshot
Upgrade
|
Copyright © 2022. All rights reserved.