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 GetPasswordDataResultAbstractAmazonEC2. getPasswordData(GetPasswordDataRequest request)GetPasswordDataResultAmazonEC2. getPasswordData(GetPasswordDataRequest getPasswordDataRequest)Retrieves the encrypted administrator password for an instance running Windows.GetPasswordDataResultAmazonEC2Client. 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 GetPasswordDataResultGetPasswordDataResult. clone()GetPasswordDataResultGetPasswordDataResult. withInstanceId(String instanceId)The ID of the Windows instance.GetPasswordDataResultGetPasswordDataResult. withPasswordData(String passwordData)The password of the instance.GetPasswordDataResultGetPasswordDataResult. withTimestamp(Date timestamp)The time the data was last updated.
-