Uses of Class
software.amazon.awssdk.services.opensearch.model.OffPeakWindowOptions
-
Packages that use OffPeakWindowOptions Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of OffPeakWindowOptions in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return OffPeakWindowOptions Modifier and Type Method Description OffPeakWindowOptionsCreateDomainRequest. 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.OffPeakWindowOptionsDomainStatus. offPeakWindowOptions()Options that specify a custom 10-hour window during which OpenSearch Service can perform configuration changes on the domain.OffPeakWindowOptionsUpdateDomainConfigRequest. offPeakWindowOptions()Off-peak window options for the domain.OffPeakWindowOptionsOffPeakWindowOptionsStatus. options()The domain's off-peak window configuration.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type OffPeakWindowOptions Modifier and Type Method Description CreateDomainRequest.BuilderCreateDomainRequest.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.BuilderDomainStatus.Builder. offPeakWindowOptions(OffPeakWindowOptions offPeakWindowOptions)Options that specify a custom 10-hour window during which OpenSearch Service can perform configuration changes on the domain.UpdateDomainConfigRequest.BuilderUpdateDomainConfigRequest.Builder. offPeakWindowOptions(OffPeakWindowOptions offPeakWindowOptions)Off-peak window options for the domain.OffPeakWindowOptionsStatus.BuilderOffPeakWindowOptionsStatus.Builder. options(OffPeakWindowOptions options)The domain's off-peak window configuration.
-