| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
List<SshPublicKey> |
DescribedUser.sshPublicKeys()
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
| Modifier and Type | Method and Description |
|---|---|
DescribedUser.Builder |
DescribedUser.Builder.sshPublicKeys(SshPublicKey... sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
| Modifier and Type | Method and Description |
|---|---|
DescribedUser.Builder |
DescribedUser.Builder.sshPublicKeys(Collection<SshPublicKey> sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
Copyright © 2023. All rights reserved.