Uses of Interface
software.amazon.awssdk.services.opensearch.model.SoftwareUpdateOptionsStatus.Builder
-
Packages that use SoftwareUpdateOptionsStatus.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of SoftwareUpdateOptionsStatus.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return SoftwareUpdateOptionsStatus.Builder Modifier and Type Method Description static SoftwareUpdateOptionsStatus.BuilderSoftwareUpdateOptionsStatus. builder()default SoftwareUpdateOptionsStatus.BuilderSoftwareUpdateOptionsStatus.Builder. options(Consumer<SoftwareUpdateOptions.Builder> options)The service software update options for a domain.SoftwareUpdateOptionsStatus.BuilderSoftwareUpdateOptionsStatus.Builder. options(SoftwareUpdateOptions options)The service software update options for a domain.default SoftwareUpdateOptionsStatus.BuilderSoftwareUpdateOptionsStatus.Builder. status(Consumer<OptionStatus.Builder> status)The status of service software update options, including creation date and last updated date.SoftwareUpdateOptionsStatus.BuilderSoftwareUpdateOptionsStatus.Builder. status(OptionStatus status)The status of service software update options, including creation date and last updated date.SoftwareUpdateOptionsStatus.BuilderSoftwareUpdateOptionsStatus. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type SoftwareUpdateOptionsStatus.Builder Modifier and Type Method Description static Class<? extends SoftwareUpdateOptionsStatus.Builder>SoftwareUpdateOptionsStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type SoftwareUpdateOptionsStatus.Builder Modifier and Type Method Description default DomainConfig.BuilderDomainConfig.Builder. softwareUpdateOptions(Consumer<SoftwareUpdateOptionsStatus.Builder> softwareUpdateOptions)Software update options for the domain.
-