| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static PasswordData.Builder |
PasswordData.builder() |
PasswordData.Builder |
PasswordData.Builder.ciphertext(String ciphertext)
The encrypted password.
|
PasswordData.Builder |
PasswordData.Builder.keyPairName(String keyPairName)
The name of the key pair that you used when creating your instance.
|
PasswordData.Builder |
PasswordData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PasswordData.Builder> |
PasswordData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceAccessDetails.Builder |
InstanceAccessDetails.Builder.passwordData(Consumer<PasswordData.Builder> passwordData)
For a Windows Server-based instance, an object with the data you can use to retrieve your password.
|
Copyright © 2021. All rights reserved.