| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
AWS Transfer Family is a fully managed service that enables the transfer of files over the 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).
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ImportSshPublicKeyResult |
AbstractAWSTransfer.importSshPublicKey(ImportSshPublicKeyRequest request) |
ImportSshPublicKeyResult |
AWSTransferClient.importSshPublicKey(ImportSshPublicKeyRequest request)
Adds a Secure Shell (SSH) public key to a user account identified by a
UserName value assigned to
the specific file transfer protocol-enabled server, identified by ServerId. |
ImportSshPublicKeyResult |
AWSTransfer.importSshPublicKey(ImportSshPublicKeyRequest importSshPublicKeyRequest)
Adds a Secure Shell (SSH) public key to a user account identified by a
UserName value assigned to
the specific file transfer protocol-enabled server, identified by ServerId. |
Future<ImportSshPublicKeyResult> |
AbstractAWSTransferAsync.importSshPublicKeyAsync(ImportSshPublicKeyRequest request) |
Future<ImportSshPublicKeyResult> |
AWSTransferAsyncClient.importSshPublicKeyAsync(ImportSshPublicKeyRequest request) |
Future<ImportSshPublicKeyResult> |
AWSTransferAsync.importSshPublicKeyAsync(ImportSshPublicKeyRequest importSshPublicKeyRequest)
Adds a Secure Shell (SSH) public key to a user account identified by a
UserName value assigned to
the specific file transfer protocol-enabled server, identified by ServerId. |
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
the specific file transfer protocol-enabled 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
the specific file transfer protocol-enabled server, identified by ServerId. |
| Modifier and Type | Method and Description |
|---|---|
ImportSshPublicKeyRequest |
ImportSshPublicKeyRequest.clone() |
ImportSshPublicKeyRequest |
ImportSshPublicKeyRequest.withServerId(String serverId)
A system-assigned unique identifier for a file transfer protocol-enabled server.
|
ImportSshPublicKeyRequest |
ImportSshPublicKeyRequest.withSshPublicKeyBody(String sshPublicKeyBody)
The public key portion of an SSH key pair.
|
ImportSshPublicKeyRequest |
ImportSshPublicKeyRequest.withUserName(String userName)
The name of the user account that is assigned to one or more file transfer protocol-enabled servers.
|
Copyright © 2020. All rights reserved.