Uses of Class
org.jclouds.softlayer.domain.Password
-
Packages that use Password Package Description org.jclouds.softlayer.domain -
-
Uses of Password in org.jclouds.softlayer.domain
Fields in org.jclouds.softlayer.domain with type parameters of type Password Modifier and Type Field Description protected Set<Password>
OperatingSystem.Builder. passwords
Methods in org.jclouds.softlayer.domain that return Password Modifier and Type Method Description Password
Password.Builder. build()
Methods in org.jclouds.softlayer.domain that return types with arguments of type Password Modifier and Type Method Description Set<Password>
OperatingSystem. getPasswords()
Methods in org.jclouds.softlayer.domain with parameters of type Password Modifier and Type Method Description T
Password.Builder. fromPassword(Password in)
OperatingSystem.Builder
OperatingSystem.Builder. passwords(Password... in)
Method parameters in org.jclouds.softlayer.domain with type arguments of type Password Modifier and Type Method Description OperatingSystem.Builder
OperatingSystem.Builder. passwords(Set<Password> passwords)
Constructor parameters in org.jclouds.softlayer.domain with type arguments of type Password Constructor Description OperatingSystem(String id, SoftwareLicense softwareLicense, String operatingSystemReferenceCode, Set<Password> passwords)
-