| 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 |
AWSTransferClient.describeHostKey(DescribeHostKeyRequest request)
Returns the details of the host key that's specified by the
HostKeyId and ServerId. |
DescribeHostKeyResult |
AWSTransfer.describeHostKey(DescribeHostKeyRequest describeHostKeyRequest)
Returns the details of the host key that's specified by the
HostKeyId and ServerId. |
DescribeHostKeyResult |
AbstractAWSTransfer.describeHostKey(DescribeHostKeyRequest request) |
Future<DescribeHostKeyResult> |
AWSTransferAsyncClient.describeHostKeyAsync(DescribeHostKeyRequest request) |
Future<DescribeHostKeyResult> |
AWSTransferAsync.describeHostKeyAsync(DescribeHostKeyRequest describeHostKeyRequest)
Returns the details of the host key that's specified by the
HostKeyId and ServerId. |
Future<DescribeHostKeyResult> |
AbstractAWSTransferAsync.describeHostKeyAsync(DescribeHostKeyRequest request) |
Future<DescribeHostKeyResult> |
AWSTransferAsyncClient.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> |
AbstractAWSTransferAsync.describeHostKeyAsync(DescribeHostKeyRequest request,
AsyncHandler<DescribeHostKeyRequest,DescribeHostKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeHostKeyResult> |
AWSTransferAsyncClient.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> |
AbstractAWSTransferAsync.describeHostKeyAsync(DescribeHostKeyRequest request,
AsyncHandler<DescribeHostKeyRequest,DescribeHostKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeHostKeyRequest |
DescribeHostKeyRequest.clone() |
DescribeHostKeyRequest |
DescribeHostKeyRequest.withHostKeyId(String hostKeyId)
The identifier of the host key that you want described.
|
DescribeHostKeyRequest |
DescribeHostKeyRequest.withServerId(String serverId)
The identifier of the server that contains the host key that you want described.
|
Copyright © 2025. All rights reserved.