Uses of Class
org.jclouds.ovf.DeploymentOptionSection.Builder
- 
Packages that use DeploymentOptionSection.Builder Package Description org.jclouds.ovf org.jclouds.ovf.xml  - 
- 
Uses of DeploymentOptionSection.Builder in org.jclouds.ovf
Methods in org.jclouds.ovf that return DeploymentOptionSection.Builder Modifier and Type Method Description static DeploymentOptionSection.BuilderDeploymentOptionSection. builder()DeploymentOptionSection.BuilderDeploymentOptionSection.Builder. configuration(Configuration configuration)DeploymentOptionSection.BuilderDeploymentOptionSection.Builder. configurations(Iterable<Configuration> configurations)DeploymentOptionSection.BuilderDeploymentOptionSection.Builder. fromDeploymentOptionSection(DeploymentOptionSection in)DeploymentOptionSection.BuilderDeploymentOptionSection.Builder. fromSection(Section<DeploymentOptionSection> in)DeploymentOptionSection.BuilderDeploymentOptionSection.Builder. info(String info)DeploymentOptionSection.BuilderDeploymentOptionSection. toBuilder() - 
Uses of DeploymentOptionSection.Builder in org.jclouds.ovf.xml
Constructor parameters in org.jclouds.ovf.xml with type arguments of type DeploymentOptionSection.Builder Constructor Description DeploymentOptionSectionHandler(javax.inject.Provider<DeploymentOptionSection.Builder> builderProvider) 
 -