Uses of Class
org.jclouds.cloudstack.domain.EncryptedPasswordAndPrivateKey.Builder
-
Packages that use EncryptedPasswordAndPrivateKey.Builder Package Description org.jclouds.cloudstack.domain -
-
Uses of EncryptedPasswordAndPrivateKey.Builder in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return EncryptedPasswordAndPrivateKey.Builder Modifier and Type Method Description static EncryptedPasswordAndPrivateKey.Builder
EncryptedPasswordAndPrivateKey. builder()
EncryptedPasswordAndPrivateKey.Builder
EncryptedPasswordAndPrivateKey.Builder. encryptedPassword(String encryptedPassword)
EncryptedPasswordAndPrivateKey.Builder
EncryptedPasswordAndPrivateKey.Builder. fromEncryptedPasswordAndPrivateKey(EncryptedPasswordAndPrivateKey in)
EncryptedPasswordAndPrivateKey.Builder
EncryptedPasswordAndPrivateKey.Builder. privateKey(String privateKey)
EncryptedPasswordAndPrivateKey.Builder
EncryptedPasswordAndPrivateKey. toBuilder()
-