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()
Container for the state of your domain relative to the latest service software.
|
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)
A description of the service software update status.
|
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)
Container for the state of your domain relative to the latest service software.
|
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)
Container for the state of your domain relative to the latest service software.
|
Copyright © 2023. All rights reserved.