Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
ServiceSoftwareOptions |
ServiceSoftwareOptions.clone() |
ServiceSoftwareOptions |
ElasticsearchDomainStatus.getServiceSoftwareOptions()
The current status of the Elasticsearch domain's service software.
|
ServiceSoftwareOptions |
CancelElasticsearchServiceSoftwareUpdateResult.getServiceSoftwareOptions()
The current status of the Elasticsearch service software update.
|
ServiceSoftwareOptions |
StartElasticsearchServiceSoftwareUpdateResult.getServiceSoftwareOptions()
The current status of the Elasticsearch service software update.
|
ServiceSoftwareOptions |
ServiceSoftwareOptions.withAutomatedUpdateDate(Date automatedUpdateDate)
Timestamp, in Epoch time, until which you can manually request a service software update.
|
ServiceSoftwareOptions |
ServiceSoftwareOptions.withCancellable(Boolean cancellable)
True if you are able to cancel your service software version update. |
ServiceSoftwareOptions |
ServiceSoftwareOptions.withCurrentVersion(String currentVersion)
The current service software version that is present on the domain.
|
ServiceSoftwareOptions |
ServiceSoftwareOptions.withDescription(String description)
The description of the
UpdateStatus . |
ServiceSoftwareOptions |
ServiceSoftwareOptions.withNewVersion(String newVersion)
The new service software version if one is available.
|
ServiceSoftwareOptions |
ServiceSoftwareOptions.withUpdateAvailable(Boolean updateAvailable)
True if you are able to update you service software version. |
ServiceSoftwareOptions |
ServiceSoftwareOptions.withUpdateStatus(DeploymentStatus updateStatus)
The status of your service software update.
|
ServiceSoftwareOptions |
ServiceSoftwareOptions.withUpdateStatus(String updateStatus)
The status of your service software update.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchDomainStatus.setServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch domain's service software.
|
void |
CancelElasticsearchServiceSoftwareUpdateResult.setServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch service software update.
|
void |
StartElasticsearchServiceSoftwareUpdateResult.setServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch service software update.
|
ElasticsearchDomainStatus |
ElasticsearchDomainStatus.withServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch domain's service software.
|
CancelElasticsearchServiceSoftwareUpdateResult |
CancelElasticsearchServiceSoftwareUpdateResult.withServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch service software update.
|
StartElasticsearchServiceSoftwareUpdateResult |
StartElasticsearchServiceSoftwareUpdateResult.withServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the Elasticsearch service software update.
|
Copyright © 2019. All rights reserved.