| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceAccessDetails |
InstanceAccessDetails.clone() |
InstanceAccessDetails |
GetInstanceAccessDetailsResult.getAccessDetails()
An array of key-value pairs containing information about a get instance access request.
|
InstanceAccessDetails |
InstanceAccessDetails.withCertKey(String certKey)
For SSH access, the public key to use when accessing your instance For OpenSSH clients (e.g., command line SSH),
you should save this value to
tempkey-cert.pub. |
InstanceAccessDetails |
InstanceAccessDetails.withExpiresAt(Date expiresAt)
For SSH access, the date on which the temporary keys expire.
|
InstanceAccessDetails |
InstanceAccessDetails.withHostKeys(Collection<HostKeyAttributes> hostKeys)
Describes the public SSH host keys or the RDP certificate.
|
InstanceAccessDetails |
InstanceAccessDetails.withHostKeys(HostKeyAttributes... hostKeys)
Describes the public SSH host keys or the RDP certificate.
|
InstanceAccessDetails |
InstanceAccessDetails.withInstanceName(String instanceName)
The name of this Amazon Lightsail instance.
|
InstanceAccessDetails |
InstanceAccessDetails.withIpAddress(String ipAddress)
The public IP address of the Amazon Lightsail instance.
|
InstanceAccessDetails |
InstanceAccessDetails.withPassword(String password)
For RDP access, the password for your Amazon Lightsail instance.
|
InstanceAccessDetails |
InstanceAccessDetails.withPasswordData(PasswordData passwordData)
For a Windows Server-based instance, an object with the data you can use to retrieve your password.
|
InstanceAccessDetails |
InstanceAccessDetails.withPrivateKey(String privateKey)
For SSH access, the temporary private key.
|
InstanceAccessDetails |
InstanceAccessDetails.withProtocol(InstanceAccessProtocol protocol)
The protocol for these Amazon Lightsail instance access details.
|
InstanceAccessDetails |
InstanceAccessDetails.withProtocol(String protocol)
The protocol for these Amazon Lightsail instance access details.
|
InstanceAccessDetails |
InstanceAccessDetails.withUsername(String username)
The user name to use when logging in to the Amazon Lightsail instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetInstanceAccessDetailsResult.setAccessDetails(InstanceAccessDetails accessDetails)
An array of key-value pairs containing information about a get instance access request.
|
GetInstanceAccessDetailsResult |
GetInstanceAccessDetailsResult.withAccessDetails(InstanceAccessDetails accessDetails)
An array of key-value pairs containing information about a get instance access request.
|
Copyright © 2020. All rights reserved.