| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
SshPublicKey |
SshPublicKey.clone() |
SshPublicKey |
SshPublicKey.withDateImported(Date dateImported)
Specifies the date that the public key was added to the user account.
|
SshPublicKey |
SshPublicKey.withSshPublicKeyBody(String sshPublicKeyBody)
Specifies the content of the SSH public key as specified by the
PublicKeyId. |
SshPublicKey |
SshPublicKey.withSshPublicKeyId(String sshPublicKeyId)
Specifies the
SshPublicKeyId parameter contains the identifier of the public key. |
| Modifier and Type | Method and Description |
|---|---|
List<SshPublicKey> |
DescribedUser.getSshPublicKeys()
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
| Modifier and Type | Method and Description |
|---|---|
DescribedUser |
DescribedUser.withSshPublicKeys(SshPublicKey... sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribedUser.setSshPublicKeys(Collection<SshPublicKey> sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
DescribedUser |
DescribedUser.withSshPublicKeys(Collection<SshPublicKey> sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
Copyright © 2022. All rights reserved.