| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer |
Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP),
File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of
Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
default ImportSshPublicKeyResponse |
TransferClient.importSshPublicKey(Consumer<ImportSshPublicKeyRequest.Builder> importSshPublicKeyRequest)
Adds a Secure Shell (SSH) public key to a Transfer Family user identified by a
UserName value
assigned to the specific file transfer protocol-enabled server, identified by ServerId. |
default CompletableFuture<ImportSshPublicKeyResponse> |
TransferAsyncClient.importSshPublicKey(Consumer<ImportSshPublicKeyRequest.Builder> importSshPublicKeyRequest)
Adds a Secure Shell (SSH) public key to a Transfer Family user identified by a
UserName value
assigned to the specific file transfer protocol-enabled server, identified by ServerId. |
| Modifier and Type | Method and Description |
|---|---|
static ImportSshPublicKeyRequest.Builder |
ImportSshPublicKeyRequest.builder() |
ImportSshPublicKeyRequest.Builder |
ImportSshPublicKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportSshPublicKeyRequest.Builder |
ImportSshPublicKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportSshPublicKeyRequest.Builder |
ImportSshPublicKeyRequest.Builder.serverId(String serverId)
A system-assigned unique identifier for a server.
|
ImportSshPublicKeyRequest.Builder |
ImportSshPublicKeyRequest.Builder.sshPublicKeyBody(String sshPublicKeyBody)
The public key portion of an SSH key pair.
|
ImportSshPublicKeyRequest.Builder |
ImportSshPublicKeyRequest.toBuilder() |
ImportSshPublicKeyRequest.Builder |
ImportSshPublicKeyRequest.Builder.userName(String userName)
The name of the Transfer Family user that is assigned to one or more servers.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportSshPublicKeyRequest.Builder> |
ImportSshPublicKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.