Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
GetPasswordDataResult |
AmazonEC2Client.getPasswordData(GetPasswordDataRequest request)
Retrieves the encrypted administrator password for an instance running Windows.
|
GetPasswordDataResult |
AmazonEC2.getPasswordData(GetPasswordDataRequest getPasswordDataRequest)
Retrieves the encrypted administrator password for an instance running Windows.
|
GetPasswordDataResult |
AbstractAmazonEC2.getPasswordData(GetPasswordDataRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetPasswordDataResult> |
AmazonEC2Async.getPasswordDataAsync(GetPasswordDataRequest getPasswordDataRequest,
AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler)
Retrieves the encrypted administrator password for an instance running Windows.
|
Future<GetPasswordDataResult> |
AbstractAmazonEC2Async.getPasswordDataAsync(GetPasswordDataRequest request,
AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler) |
Future<GetPasswordDataResult> |
AmazonEC2AsyncClient.getPasswordDataAsync(GetPasswordDataRequest request,
AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
GetPasswordDataResult |
GetPasswordDataFunction.apply(GetPasswordDataRequest getPasswordDataRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2017. All rights reserved.