| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
AWS Transfer for SFTP is a fully managed service that enables the transfer of files directly into and out of Amazon
S3 using the Secure File Transfer Protocol (SFTP)—also known as Secure Shell (SSH) File Transfer Protocol.
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ImportSshPublicKeyResult |
AWSTransferClient.importSshPublicKey(ImportSshPublicKeyRequest request)
Adds a Secure Shell (SSH) public key to a user account identified by a
UserName value assigned to a
specific server, identified by ServerId. |
ImportSshPublicKeyResult |
AbstractAWSTransfer.importSshPublicKey(ImportSshPublicKeyRequest request) |
ImportSshPublicKeyResult |
AWSTransfer.importSshPublicKey(ImportSshPublicKeyRequest importSshPublicKeyRequest)
Adds a Secure Shell (SSH) public key to a user account identified by a
UserName value assigned to a
specific server, identified by ServerId. |
| Modifier and Type | Method and Description |
|---|---|
Future<ImportSshPublicKeyResult> |
AbstractAWSTransferAsync.importSshPublicKeyAsync(ImportSshPublicKeyRequest request,
AsyncHandler<ImportSshPublicKeyRequest,ImportSshPublicKeyResult> asyncHandler) |
Future<ImportSshPublicKeyResult> |
AWSTransferAsyncClient.importSshPublicKeyAsync(ImportSshPublicKeyRequest request,
AsyncHandler<ImportSshPublicKeyRequest,ImportSshPublicKeyResult> asyncHandler) |
Future<ImportSshPublicKeyResult> |
AWSTransferAsync.importSshPublicKeyAsync(ImportSshPublicKeyRequest importSshPublicKeyRequest,
AsyncHandler<ImportSshPublicKeyRequest,ImportSshPublicKeyResult> asyncHandler)
Adds a Secure Shell (SSH) public key to a user account identified by a
UserName value assigned to a
specific server, identified by ServerId. |
| Modifier and Type | Method and Description |
|---|---|
ImportSshPublicKeyResult |
ImportSshPublicKeyResult.clone() |
ImportSshPublicKeyResult |
ImportSshPublicKeyResult.withServerId(String serverId)
A system-assigned unique identifier for an SFTP server.
|
ImportSshPublicKeyResult |
ImportSshPublicKeyResult.withSshPublicKeyId(String sshPublicKeyId)
This identifier is the name given to a public key by the system that was imported.
|
ImportSshPublicKeyResult |
ImportSshPublicKeyResult.withUserName(String userName)
A user name assigned to the
ServerID value that you specified. |
Copyright © 2019. All rights reserved.