Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
SoftwareUpdateOptions |
SoftwareUpdateOptions.clone() |
SoftwareUpdateOptions |
SoftwareUpdateOptionsStatus.getOptions()
The service software update options for a domain.
|
SoftwareUpdateOptions |
DomainStatus.getSoftwareUpdateOptions()
Service software update options for the domain.
|
SoftwareUpdateOptions |
UpdateDomainConfigRequest.getSoftwareUpdateOptions()
Service software update options for the domain.
|
SoftwareUpdateOptions |
CreateDomainRequest.getSoftwareUpdateOptions()
Software update options for the domain.
|
SoftwareUpdateOptions |
SoftwareUpdateOptions.withAutoSoftwareUpdateEnabled(Boolean autoSoftwareUpdateEnabled)
Whether automatic service software updates are enabled for the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
SoftwareUpdateOptionsStatus.setOptions(SoftwareUpdateOptions options)
The service software update options for a domain.
|
void |
DomainStatus.setSoftwareUpdateOptions(SoftwareUpdateOptions softwareUpdateOptions)
Service software update options for the domain.
|
void |
UpdateDomainConfigRequest.setSoftwareUpdateOptions(SoftwareUpdateOptions softwareUpdateOptions)
Service software update options for the domain.
|
void |
CreateDomainRequest.setSoftwareUpdateOptions(SoftwareUpdateOptions softwareUpdateOptions)
Software update options for the domain.
|
SoftwareUpdateOptionsStatus |
SoftwareUpdateOptionsStatus.withOptions(SoftwareUpdateOptions options)
The service software update options for a domain.
|
DomainStatus |
DomainStatus.withSoftwareUpdateOptions(SoftwareUpdateOptions softwareUpdateOptions)
Service software update options for the domain.
|
UpdateDomainConfigRequest |
UpdateDomainConfigRequest.withSoftwareUpdateOptions(SoftwareUpdateOptions softwareUpdateOptions)
Service software update options for the domain.
|
CreateDomainRequest |
CreateDomainRequest.withSoftwareUpdateOptions(SoftwareUpdateOptions softwareUpdateOptions)
Software update options for the domain.
|
Copyright © 2023. All rights reserved.