| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceSoftwareOptions |
ServiceSoftwareOptions.clone() |
ServiceSoftwareOptions |
DomainStatus.getServiceSoftwareOptions()
The current status of the domain's service software.
|
ServiceSoftwareOptions |
StartServiceSoftwareUpdateResult.getServiceSoftwareOptions()
The current status of the OpenSearch service software update.
|
ServiceSoftwareOptions |
CancelServiceSoftwareUpdateResult.getServiceSoftwareOptions()
The current status of the OpenSearch service software update.
|
ServiceSoftwareOptions |
ServiceSoftwareOptions.withAutomatedUpdateDate(Date automatedUpdateDate)
The timestamp, in Epoch time, until which you can manually request a service software update.
|
ServiceSoftwareOptions |
ServiceSoftwareOptions.withCancellable(Boolean cancellable)
True if you're able to cancel your service software version update. |
ServiceSoftwareOptions |
ServiceSoftwareOptions.withCurrentVersion(String currentVersion)
The current service software version 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.withOptionalDeployment(Boolean optionalDeployment)
True if a service software is never automatically updated. |
ServiceSoftwareOptions |
ServiceSoftwareOptions.withUpdateAvailable(Boolean updateAvailable)
True if you're able to update your 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 |
DomainStatus.setServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the domain's service software.
|
void |
StartServiceSoftwareUpdateResult.setServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the OpenSearch service software update.
|
void |
CancelServiceSoftwareUpdateResult.setServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the OpenSearch service software update.
|
DomainStatus |
DomainStatus.withServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the domain's service software.
|
StartServiceSoftwareUpdateResult |
StartServiceSoftwareUpdateResult.withServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the OpenSearch service software update.
|
CancelServiceSoftwareUpdateResult |
CancelServiceSoftwareUpdateResult.withServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the OpenSearch service software update.
|
Copyright © 2022. All rights reserved.