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 AmazonEC2Client.getPasswordData(GetPasswordDataRequest getPasswordDataRequest)
           Retrieves the encrypted administrator password for an instance running Windows.
 GetPasswordDataResult AmazonEC2.getPasswordData(GetPasswordDataRequest getPasswordDataRequest)
           Retrieves the encrypted administrator password for an instance 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 an instance running Windows.
 Future<GetPasswordDataResult> AmazonEC2Async.getPasswordDataAsync(GetPasswordDataRequest getPasswordDataRequest)
           Retrieves the encrypted administrator password for an instance running Windows.
 Future<GetPasswordDataResult> AmazonEC2AsyncClient.getPasswordDataAsync(GetPasswordDataRequest getPasswordDataRequest, AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler)
           Retrieves the encrypted administrator password for an instance running Windows.
 Future<GetPasswordDataResult> AmazonEC2Async.getPasswordDataAsync(GetPasswordDataRequest getPasswordDataRequest, AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler)
           Retrieves the encrypted administrator password for an instance running Windows.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type GetPasswordDataResult
 Future<GetPasswordDataResult> AmazonEC2AsyncClient.getPasswordDataAsync(GetPasswordDataRequest getPasswordDataRequest, AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler)
           Retrieves the encrypted administrator password for an instance running Windows.
 Future<GetPasswordDataResult> AmazonEC2Async.getPasswordDataAsync(GetPasswordDataRequest getPasswordDataRequest, AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler)
           Retrieves the encrypted administrator password for an instance 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 Windows instance.
 GetPasswordDataResult GetPasswordDataResult.withPasswordData(String passwordData)
          The password of the instance.
 GetPasswordDataResult GetPasswordDataResult.withTimestamp(Date timestamp)
          The time the data was last updated.
 



Copyright © 2016. All rights reserved.