Uses of Interface
software.amazon.awssdk.services.transfer.model.UpdateHostKeyRequest.Builder
-
Packages that use UpdateHostKeyRequest.Builder 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 -
-
Uses of UpdateHostKeyRequest.Builder in software.amazon.awssdk.services.transfer
Method parameters in software.amazon.awssdk.services.transfer with type arguments of type UpdateHostKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateHostKeyResponse>TransferAsyncClient. updateHostKey(Consumer<UpdateHostKeyRequest.Builder> updateHostKeyRequest)Updates the description for the host key that's specified by theServerIdandHostKeyIdparameters.default UpdateHostKeyResponseTransferClient. updateHostKey(Consumer<UpdateHostKeyRequest.Builder> updateHostKeyRequest)Updates the description for the host key that's specified by theServerIdandHostKeyIdparameters. -
Uses of UpdateHostKeyRequest.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return UpdateHostKeyRequest.Builder Modifier and Type Method Description static UpdateHostKeyRequest.BuilderUpdateHostKeyRequest. builder()UpdateHostKeyRequest.BuilderUpdateHostKeyRequest.Builder. description(String description)An updated description for the host key.UpdateHostKeyRequest.BuilderUpdateHostKeyRequest.Builder. hostKeyId(String hostKeyId)The identifier of the host key that you are updating.UpdateHostKeyRequest.BuilderUpdateHostKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateHostKeyRequest.BuilderUpdateHostKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateHostKeyRequest.BuilderUpdateHostKeyRequest.Builder. serverId(String serverId)The identifier of the server that contains the host key that you are updating.UpdateHostKeyRequest.BuilderUpdateHostKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type UpdateHostKeyRequest.Builder Modifier and Type Method Description static Class<? extends UpdateHostKeyRequest.Builder>UpdateHostKeyRequest. serializableBuilderClass()
-