| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeHostKeyResult |
AbstractAWSTransfer.describeHostKey(DescribeHostKeyRequest request) |
DescribeHostKeyResult |
AWSTransfer.describeHostKey(DescribeHostKeyRequest describeHostKeyRequest)
Returns the details of the host key that's specified by the
HostKeyId and ServerId. |
DescribeHostKeyResult |
AWSTransferClient.describeHostKey(DescribeHostKeyRequest request)
Returns the details of the host key that's specified by the
HostKeyId and ServerId. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeHostKeyResult> |
AbstractAWSTransferAsync.describeHostKeyAsync(DescribeHostKeyRequest request,
AsyncHandler<DescribeHostKeyRequest,DescribeHostKeyResult> asyncHandler) |
Future<DescribeHostKeyResult> |
AWSTransferAsync.describeHostKeyAsync(DescribeHostKeyRequest describeHostKeyRequest,
AsyncHandler<DescribeHostKeyRequest,DescribeHostKeyResult> asyncHandler)
Returns the details of the host key that's specified by the
HostKeyId and ServerId. |
Future<DescribeHostKeyResult> |
AWSTransferAsyncClient.describeHostKeyAsync(DescribeHostKeyRequest request,
AsyncHandler<DescribeHostKeyRequest,DescribeHostKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeHostKeyResult |
DescribeHostKeyResult.clone() |
DescribeHostKeyResult |
DescribeHostKeyResult.withHostKey(DescribedHostKey hostKey)
Returns the details for the specified host key.
|
Copyright © 2023. All rights reserved.