| 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 UpdateHostKeyResponse |
TransferClient.updateHostKey(Consumer<UpdateHostKeyRequest.Builder> updateHostKeyRequest)
Updates the description for the host key that's specified by the
ServerId and HostKeyId
parameters. |
default CompletableFuture<UpdateHostKeyResponse> |
TransferAsyncClient.updateHostKey(Consumer<UpdateHostKeyRequest.Builder> updateHostKeyRequest)
Updates the description for the host key that's specified by the
ServerId and HostKeyId
parameters. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateHostKeyRequest.Builder |
UpdateHostKeyRequest.builder() |
UpdateHostKeyRequest.Builder |
UpdateHostKeyRequest.Builder.description(String description)
An updated description for the host key.
|
UpdateHostKeyRequest.Builder |
UpdateHostKeyRequest.Builder.hostKeyId(String hostKeyId)
The identifier of the host key that you are updating.
|
UpdateHostKeyRequest.Builder |
UpdateHostKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateHostKeyRequest.Builder |
UpdateHostKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateHostKeyRequest.Builder |
UpdateHostKeyRequest.Builder.serverId(String serverId)
The identifier of the server that contains the host key that you are updating.
|
UpdateHostKeyRequest.Builder |
UpdateHostKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateHostKeyRequest.Builder> |
UpdateHostKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.