Uses of Class
com.amazonaws.services.ec2.model.GetPasswordDataRequest

Packages that use GetPasswordDataRequest
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of GetPasswordDataRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type GetPasswordDataRequest
 GetPasswordDataResult AmazonEC2.getPasswordData(GetPasswordDataRequest getPasswordDataRequest)
           Retrieves the encrypted administrator password for the instances running Windows.
 GetPasswordDataResult AmazonEC2Client.getPasswordData(GetPasswordDataRequest getPasswordDataRequest)
           Retrieves the encrypted administrator password for the instances running Windows.
 Future<GetPasswordDataResult> AmazonEC2AsyncClient.getPasswordDataAsync(GetPasswordDataRequest getPasswordDataRequest)
           Retrieves the encrypted administrator password for the instances running Windows.
 Future<GetPasswordDataResult> AmazonEC2Async.getPasswordDataAsync(GetPasswordDataRequest getPasswordDataRequest)
           Retrieves the encrypted administrator password for the instances running Windows.
 

Uses of GetPasswordDataRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return GetPasswordDataRequest
 GetPasswordDataRequest GetPasswordDataRequest.withInstanceId(String instanceId)
          The ID of the instance for which you want the Windows administrator password.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.