Package | Description |
---|---|
com.amazonaws.services.elasticsearch |
|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
GetUpgradeStatusResult |
AWSElasticsearchClient.getUpgradeStatus(GetUpgradeStatusRequest request)
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
|
GetUpgradeStatusResult |
AbstractAWSElasticsearch.getUpgradeStatus(GetUpgradeStatusRequest request) |
GetUpgradeStatusResult |
AWSElasticsearch.getUpgradeStatus(GetUpgradeStatusRequest getUpgradeStatusRequest)
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
|
Modifier and Type | Method and Description |
---|---|
Future<GetUpgradeStatusResult> |
AWSElasticsearchAsync.getUpgradeStatusAsync(GetUpgradeStatusRequest getUpgradeStatusRequest,
AsyncHandler<GetUpgradeStatusRequest,GetUpgradeStatusResult> asyncHandler)
Retrieves the latest status of the last upgrade or upgrade eligibility check that was performed on the domain.
|
Future<GetUpgradeStatusResult> |
AbstractAWSElasticsearchAsync.getUpgradeStatusAsync(GetUpgradeStatusRequest request,
AsyncHandler<GetUpgradeStatusRequest,GetUpgradeStatusResult> asyncHandler) |
Future<GetUpgradeStatusResult> |
AWSElasticsearchAsyncClient.getUpgradeStatusAsync(GetUpgradeStatusRequest request,
AsyncHandler<GetUpgradeStatusRequest,GetUpgradeStatusResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetUpgradeStatusResult |
GetUpgradeStatusResult.clone() |
GetUpgradeStatusResult |
GetUpgradeStatusResult.withStepStatus(String stepStatus)
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse object. |
GetUpgradeStatusResult |
GetUpgradeStatusResult.withStepStatus(UpgradeStatus stepStatus)
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse object. |
GetUpgradeStatusResult |
GetUpgradeStatusResult.withUpgradeName(String upgradeName)
A string that describes the update briefly
|
GetUpgradeStatusResult |
GetUpgradeStatusResult.withUpgradeStep(String upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
GetUpgradeStatusResult |
GetUpgradeStatusResult.withUpgradeStep(UpgradeStep upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
Copyright © 2019. All rights reserved.