Uses of Class
org.jclouds.softlayer.domain.SoftwareDescription
- 
Packages that use SoftwareDescription Package Description org.jclouds.softlayer.domain org.jclouds.softlayer.features  - 
- 
Uses of SoftwareDescription in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain declared as SoftwareDescription Modifier and Type Field Description protected SoftwareDescriptionSoftwareLicense.Builder. softwareDescriptionprotected SoftwareDescriptionVirtualDiskImageSoftware.Builder. softwareDescriptionMethods in org.jclouds.softlayer.domain that return SoftwareDescription Modifier and Type Method Description SoftwareDescriptionSoftwareDescription.Builder. build()SoftwareDescriptionProductItem. getSoftwareDescription()SoftwareDescriptionSoftwareLicense. getSoftwareDescription()SoftwareDescriptionVirtualDiskImageSoftware. getSoftwareDescription()Methods in org.jclouds.softlayer.domain with parameters of type SoftwareDescription Modifier and Type Method Description SoftwareDescription.BuilderSoftwareDescription.Builder. fromSoftwareDescription(SoftwareDescription in)ProductItem.BuilderProductItem.Builder. softwareDescription(SoftwareDescription softwareDescription)SoftwareLicense.BuilderSoftwareLicense.Builder. softwareDescription(SoftwareDescription softwareDescription)VirtualDiskImageSoftware.BuilderVirtualDiskImageSoftware.Builder. softwareDescription(SoftwareDescription softwareDescription)Constructors in org.jclouds.softlayer.domain with parameters of type SoftwareDescription Constructor Description ProductItem(int id, String description, String softwareDescriptionId, SoftwareDescription softwareDescription)SoftwareLicense(int id, SoftwareDescription softwareDescription, int softwareDescriptionId)VirtualDiskImageSoftware(int id, int softwareDescriptionId, SoftwareDescription softwareDescription) - 
Uses of SoftwareDescription in org.jclouds.softlayer.features
Methods in org.jclouds.softlayer.features that return types with arguments of type SoftwareDescription Modifier and Type Method Description Set<SoftwareDescription>SoftwareDescriptionApi. getAllObjects() 
 -