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 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.
 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 GetPasswordDataRequest
 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 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 Windows instance.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type GetPasswordDataRequest
 Request<GetPasswordDataRequest> GetPasswordDataRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.