| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetPasswordDataResponse |
EC2Client.getPasswordData(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest)
Retrieves the encrypted administrator password for a running Windows instance.
|
default GetPasswordDataResponse |
EC2Client.getPasswordData(GetPasswordDataRequest getPasswordDataRequest)
Retrieves the encrypted administrator password for a running Windows instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPasswordDataResponse> |
EC2AsyncClient.getPasswordData(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest)
Retrieves the encrypted administrator password for a running Windows instance.
|
default CompletableFuture<GetPasswordDataResponse> |
EC2AsyncClient.getPasswordData(GetPasswordDataRequest getPasswordDataRequest)
Retrieves the encrypted administrator password for a running Windows instance.
|
| Modifier and Type | Method and Description |
|---|---|
GetPasswordDataResponse |
GetPasswordDataResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.