Uses of Class
com.amazonaws.services.ec2.model.GetPasswordDataRequest
-
Packages that use GetPasswordDataRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of GetPasswordDataRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type GetPasswordDataRequest Modifier and Type Method Description GetPasswordDataResult
AbstractAmazonEC2. getPasswordData(GetPasswordDataRequest request)
GetPasswordDataResult
AmazonEC2. getPasswordData(GetPasswordDataRequest getPasswordDataRequest)
Retrieves the encrypted administrator password for an instance running Windows.GetPasswordDataResult
AmazonEC2Client. getPasswordData(GetPasswordDataRequest getPasswordDataRequest)
Retrieves the encrypted administrator password for an instance running Windows.Future<GetPasswordDataResult>
AbstractAmazonEC2Async. getPasswordDataAsync(GetPasswordDataRequest request)
Future<GetPasswordDataResult>
AbstractAmazonEC2Async. getPasswordDataAsync(GetPasswordDataRequest request, AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler)
Future<GetPasswordDataResult>
AmazonEC2Async. getPasswordDataAsync(GetPasswordDataRequest getPasswordDataRequest)
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.Future<GetPasswordDataResult>
AmazonEC2AsyncClient. getPasswordDataAsync(GetPasswordDataRequest request)
Future<GetPasswordDataResult>
AmazonEC2AsyncClient. getPasswordDataAsync(GetPasswordDataRequest request, AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler)
Method parameters in com.amazonaws.services.ec2 with type arguments of type GetPasswordDataRequest Modifier and Type Method Description Future<GetPasswordDataResult>
AbstractAmazonEC2Async. getPasswordDataAsync(GetPasswordDataRequest request, AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler)
Future<GetPasswordDataResult>
AmazonEC2Async. getPasswordDataAsync(GetPasswordDataRequest getPasswordDataRequest, AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler)
Retrieves the encrypted administrator password for an instance running Windows.Future<GetPasswordDataResult>
AmazonEC2AsyncClient. getPasswordDataAsync(GetPasswordDataRequest request, AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler)
-
Uses of GetPasswordDataRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return GetPasswordDataRequest Modifier and Type Method Description GetPasswordDataRequest
GetPasswordDataRequest. clone()
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 Modifier and Type Method Description Request<GetPasswordDataRequest>
GetPasswordDataRequest. getDryRunRequest()
This method is intended for internal use only.
-