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

Packages that use GetPasswordDataResult
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 GetPasswordDataResult in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 that return GetPasswordDataResult
 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.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type GetPasswordDataResult
 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 GetPasswordDataResult in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return GetPasswordDataResult
 GetPasswordDataResult GetPasswordDataResult.withInstanceId(String instanceId)
          The ID of the instance whose Windows administrator password was requested.
 GetPasswordDataResult GetPasswordDataResult.withPasswordData(String passwordData)
          The Windows administrator password of the specified instance.
 GetPasswordDataResult GetPasswordDataResult.withTimestamp(Date timestamp)
          The time the data was last updated.
 



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