Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
OffPeakWindowOptions |
OffPeakWindowOptions.clone() |
OffPeakWindowOptions |
DomainStatus.getOffPeakWindowOptions()
Options that specify a custom 10-hour window during which OpenSearch Service can perform configuration changes on
the domain.
|
OffPeakWindowOptions |
UpdateDomainConfigRequest.getOffPeakWindowOptions()
Off-peak window options for the domain.
|
OffPeakWindowOptions |
CreateDomainRequest.getOffPeakWindowOptions()
Specifies a daily 10-hour time block during which OpenSearch Service can perform configuration changes on the
domain, including service software updates and Auto-Tune enhancements that require a blue/green deployment.
|
OffPeakWindowOptions |
OffPeakWindowOptionsStatus.getOptions()
The domain's off-peak window configuration.
|
OffPeakWindowOptions |
OffPeakWindowOptions.withEnabled(Boolean enabled)
Whether to enable an off-peak window.
|
OffPeakWindowOptions |
OffPeakWindowOptions.withOffPeakWindow(OffPeakWindow offPeakWindow)
Off-peak window settings for the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainStatus.setOffPeakWindowOptions(OffPeakWindowOptions offPeakWindowOptions)
Options that specify a custom 10-hour window during which OpenSearch Service can perform configuration changes on
the domain.
|
void |
UpdateDomainConfigRequest.setOffPeakWindowOptions(OffPeakWindowOptions offPeakWindowOptions)
Off-peak window options for the domain.
|
void |
CreateDomainRequest.setOffPeakWindowOptions(OffPeakWindowOptions offPeakWindowOptions)
Specifies a daily 10-hour time block during which OpenSearch Service can perform configuration changes on the
domain, including service software updates and Auto-Tune enhancements that require a blue/green deployment.
|
void |
OffPeakWindowOptionsStatus.setOptions(OffPeakWindowOptions options)
The domain's off-peak window configuration.
|
DomainStatus |
DomainStatus.withOffPeakWindowOptions(OffPeakWindowOptions offPeakWindowOptions)
Options that specify a custom 10-hour window during which OpenSearch Service can perform configuration changes on
the domain.
|
UpdateDomainConfigRequest |
UpdateDomainConfigRequest.withOffPeakWindowOptions(OffPeakWindowOptions offPeakWindowOptions)
Off-peak window options for the domain.
|
CreateDomainRequest |
CreateDomainRequest.withOffPeakWindowOptions(OffPeakWindowOptions offPeakWindowOptions)
Specifies a daily 10-hour time block during which OpenSearch Service can perform configuration changes on the
domain, including service software updates and Auto-Tune enhancements that require a blue/green deployment.
|
OffPeakWindowOptionsStatus |
OffPeakWindowOptionsStatus.withOptions(OffPeakWindowOptions options)
The domain's off-peak window configuration.
|
Copyright © 2023. All rights reserved.