Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<GetPasswordDataResult> |
AbstractAmazonEC2Async.getPasswordDataAsync(GetPasswordDataRequest request,
AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler) |
Future<GetPasswordDataResult> |
AmazonEC2AsyncClient.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.
|
Modifier and Type | Method and Description |
---|---|
GetPasswordDataRequest |
GetPasswordDataRequest.clone() |
GetPasswordDataRequest |
GetPasswordDataRequest.withInstanceId(String instanceId)
The ID of the Windows instance.
|
Modifier and Type | Method and Description |
---|---|
Request<GetPasswordDataRequest> |
GetPasswordDataRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2018. All rights reserved.