Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
Future<GetPasswordDataResult> |
AmazonEC2AsyncClient.getPasswordDataAsync(GetPasswordDataRequest request,
AsyncHandler<GetPasswordDataRequest,GetPasswordDataResult> asyncHandler) |
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 a running Windows instance.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetPasswordDataRequest> |
AmazonEC2Waiters.passwordDataAvailable()
Builds a PasswordDataAvailable waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
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 © 2022. All rights reserved.