Uses of Class
org.jclouds.ovf.OperatingSystemSection.Builder
- 
Packages that use OperatingSystemSection.Builder Package Description org.jclouds.ovf org.jclouds.ovf.xml  - 
- 
Uses of OperatingSystemSection.Builder in org.jclouds.ovf
Methods in org.jclouds.ovf that return OperatingSystemSection.Builder Modifier and Type Method Description static OperatingSystemSection.BuilderOperatingSystemSection. builder()OperatingSystemSection.BuilderOperatingSystemSection.Builder. description(String description)OperatingSystemSection.BuilderOperatingSystemSection.Builder. fromOperatingSystemSection(OperatingSystemSection in)OperatingSystemSection.BuilderOperatingSystemSection.Builder. fromSection(Section<OperatingSystemSection> in)OperatingSystemSection.BuilderOperatingSystemSection.Builder. id(Integer id)OperatingSystemSection.BuilderOperatingSystemSection.Builder. info(String info)OperatingSystemSection.BuilderOperatingSystemSection. toBuilder() - 
Uses of OperatingSystemSection.Builder in org.jclouds.ovf.xml
Constructor parameters in org.jclouds.ovf.xml with type arguments of type OperatingSystemSection.Builder Constructor Description OperatingSystemSectionHandler(javax.inject.Provider<OperatingSystemSection.Builder> builderProvider) 
 -