| 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 DescribeHostKeyResponse |
TransferClient.describeHostKey(Consumer<DescribeHostKeyRequest.Builder> describeHostKeyRequest)
Returns the details of the host key that's specified by the
HostKeyId and ServerId. |
default CompletableFuture<DescribeHostKeyResponse> |
TransferAsyncClient.describeHostKey(Consumer<DescribeHostKeyRequest.Builder> describeHostKeyRequest)
Returns the details of the host key that's specified by the
HostKeyId and ServerId. |
| Modifier and Type | Method and Description |
|---|---|
static DescribeHostKeyRequest.Builder |
DescribeHostKeyRequest.builder() |
DescribeHostKeyRequest.Builder |
DescribeHostKeyRequest.Builder.hostKeyId(String hostKeyId)
The identifier of the host key that you want described.
|
DescribeHostKeyRequest.Builder |
DescribeHostKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeHostKeyRequest.Builder |
DescribeHostKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeHostKeyRequest.Builder |
DescribeHostKeyRequest.Builder.serverId(String serverId)
The identifier of the server that contains the host key that you want described.
|
DescribeHostKeyRequest.Builder |
DescribeHostKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeHostKeyRequest.Builder> |
DescribeHostKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.