Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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> |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.