Uses of Class
software.amazon.awssdk.services.opensearch.model.SoftwareUpdateOptions
-
Packages that use SoftwareUpdateOptions Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of SoftwareUpdateOptions in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return SoftwareUpdateOptions Modifier and Type Method Description SoftwareUpdateOptionsSoftwareUpdateOptionsStatus. options()The service software update options for a domain.SoftwareUpdateOptionsCreateDomainRequest. softwareUpdateOptions()Software update options for the domain.SoftwareUpdateOptionsDomainStatus. softwareUpdateOptions()Service software update options for the domain.SoftwareUpdateOptionsUpdateDomainConfigRequest. softwareUpdateOptions()Service software update options for the domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type SoftwareUpdateOptions Modifier and Type Method Description SoftwareUpdateOptionsStatus.BuilderSoftwareUpdateOptionsStatus.Builder. options(SoftwareUpdateOptions options)The service software update options for a domain.CreateDomainRequest.BuilderCreateDomainRequest.Builder. softwareUpdateOptions(SoftwareUpdateOptions softwareUpdateOptions)Software update options for the domain.DomainStatus.BuilderDomainStatus.Builder. softwareUpdateOptions(SoftwareUpdateOptions softwareUpdateOptions)Service software update options for the domain.UpdateDomainConfigRequest.BuilderUpdateDomainConfigRequest.Builder. softwareUpdateOptions(SoftwareUpdateOptions softwareUpdateOptions)Service software update options for the domain.
-