| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
PasswordData |
PasswordData.clone() |
PasswordData |
InstanceAccessDetails.getPasswordData()
For a Windows Server-based instance, an object with the data you can use to retrieve your password.
|
PasswordData |
PasswordData.withCiphertext(String ciphertext)
The encrypted password.
|
PasswordData |
PasswordData.withKeyPairName(String keyPairName)
The name of the key pair that you used when creating your instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceAccessDetails.setPasswordData(PasswordData passwordData)
For a Windows Server-based instance, an object with the data you can use to retrieve your password.
|
InstanceAccessDetails |
InstanceAccessDetails.withPasswordData(PasswordData passwordData)
For a Windows Server-based instance, an object with the data you can use to retrieve your password.
|
Copyright © 2023. All rights reserved.