Uses of Class
com.amazonaws.services.ec2.model.GetPasswordDataResult
-
Packages that use GetPasswordDataResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of GetPasswordDataResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return GetPasswordDataResult 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.Method parameters in com.amazonaws.services.ec2 with type arguments of type GetPasswordDataResult 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 GetPasswordDataResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return GetPasswordDataResult Modifier and Type Method Description GetPasswordDataResult
GetPasswordDataResult. clone()
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.
-