| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
OffPeakWindowOptions |
UpdateDomainConfigRequest.offPeakWindowOptions()
Off-peak window options for the domain.
|
OffPeakWindowOptions |
CreateDomainRequest.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.
|
OffPeakWindowOptions |
DomainStatus.offPeakWindowOptions()
Options that specify a custom 10-hour window during which OpenSearch Service can perform configuration changes on
the domain.
|
OffPeakWindowOptions |
OffPeakWindowOptionsStatus.options()
The domain's off-peak window configuration.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainConfigRequest.Builder |
UpdateDomainConfigRequest.Builder.offPeakWindowOptions(OffPeakWindowOptions offPeakWindowOptions)
Off-peak window options for the domain.
|
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.offPeakWindowOptions(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.
|
DomainStatus.Builder |
DomainStatus.Builder.offPeakWindowOptions(OffPeakWindowOptions offPeakWindowOptions)
Options that specify a custom 10-hour window during which OpenSearch Service can perform configuration
changes on the domain.
|
OffPeakWindowOptionsStatus.Builder |
OffPeakWindowOptionsStatus.Builder.options(OffPeakWindowOptions options)
The domain's off-peak window configuration.
|
Copyright © 2023. All rights reserved.