Uses of Class
org.jclouds.ec2.compute.domain.PasswordDataAndPrivateKey
-
Packages that use PasswordDataAndPrivateKey Package Description org.jclouds.ec2.compute.functions -
-
Uses of PasswordDataAndPrivateKey in org.jclouds.ec2.compute.functions
Methods in org.jclouds.ec2.compute.functions with parameters of type PasswordDataAndPrivateKey Modifier and Type Method Description LoginCredentials
WindowsLoginCredentialsFromEncryptedData. apply(PasswordDataAndPrivateKey dataAndKey)
Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type PasswordDataAndPrivateKey Constructor Description PasswordCredentialsFromWindowsInstance(ConcurrentMap<RegionAndName,KeyPair> credentialsMap, EC2Api ec2Api, com.google.common.base.Function<PasswordDataAndPrivateKey,LoginCredentials> pwDataToLoginCredentials)
-