Uses of Interface
software.amazon.awssdk.services.drs.model.OS.Builder
-
Packages that use OS.Builder Package Description software.amazon.awssdk.services.drs.model -
-
Uses of OS.Builder in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return OS.Builder Modifier and Type Method Description static OS.BuilderOS. builder()OS.BuilderOS.Builder. fullString(String fullString)The long name of the Operating System.OS.BuilderOS. toBuilder()Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type OS.Builder Modifier and Type Method Description static Class<? extends OS.Builder>OS. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type OS.Builder Modifier and Type Method Description default RecoveryInstanceProperties.BuilderRecoveryInstanceProperties.Builder. os(Consumer<OS.Builder> os)Operating system.default SourceProperties.BuilderSourceProperties.Builder. os(Consumer<OS.Builder> os)Operating system.
-