| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static SshPublicKey.Builder |
SshPublicKey.builder() |
SshPublicKey.Builder |
SshPublicKey.Builder.dateImported(Instant dateImported)
Specifies the date that the public key was added to the Transfer Family user.
|
SshPublicKey.Builder |
SshPublicKey.Builder.sshPublicKeyBody(String sshPublicKeyBody)
Specifies the content of the SSH public key as specified by the
PublicKeyId. |
SshPublicKey.Builder |
SshPublicKey.Builder.sshPublicKeyId(String sshPublicKeyId)
Specifies the
SshPublicKeyId parameter contains the identifier of the public key. |
SshPublicKey.Builder |
SshPublicKey.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SshPublicKey.Builder> |
SshPublicKey.serializableBuilderClass() |
Copyright © 2023. All rights reserved.