Uses of Class
software.amazon.awssdk.services.lightsail.model.HostKeyAttributes
-
Packages that use HostKeyAttributes Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of HostKeyAttributes in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type HostKeyAttributes Modifier and Type Method Description List<HostKeyAttributes>InstanceAccessDetails. hostKeys()Describes the public SSH host keys or the RDP certificate.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type HostKeyAttributes Modifier and Type Method Description InstanceAccessDetails.BuilderInstanceAccessDetails.Builder. hostKeys(HostKeyAttributes... hostKeys)Describes the public SSH host keys or the RDP certificate.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type HostKeyAttributes Modifier and Type Method Description InstanceAccessDetails.BuilderInstanceAccessDetails.Builder. hostKeys(Collection<HostKeyAttributes> hostKeys)Describes the public SSH host keys or the RDP certificate.
-