Uses of Interface
software.amazon.awssdk.services.transfer.model.ImportHostKeyRequest.Builder
-
Packages that use ImportHostKeyRequest.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 ImportHostKeyRequest.Builder in software.amazon.awssdk.services.transfer
Method parameters in software.amazon.awssdk.services.transfer with type arguments of type ImportHostKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<ImportHostKeyResponse>TransferAsyncClient. importHostKey(Consumer<ImportHostKeyRequest.Builder> importHostKeyRequest)Adds a host key to the server that's specified by theServerIdparameter.default ImportHostKeyResponseTransferClient. importHostKey(Consumer<ImportHostKeyRequest.Builder> importHostKeyRequest)Adds a host key to the server that's specified by theServerIdparameter. -
Uses of ImportHostKeyRequest.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ImportHostKeyRequest.Builder Modifier and Type Method Description static ImportHostKeyRequest.BuilderImportHostKeyRequest. builder()ImportHostKeyRequest.BuilderImportHostKeyRequest.Builder. description(String description)The text description that identifies this host key.ImportHostKeyRequest.BuilderImportHostKeyRequest.Builder. hostKeyBody(String hostKeyBody)The private key portion of an SSH key pair.ImportHostKeyRequest.BuilderImportHostKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ImportHostKeyRequest.BuilderImportHostKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ImportHostKeyRequest.BuilderImportHostKeyRequest.Builder. serverId(String serverId)The identifier of the server that contains the host key that you are importing.ImportHostKeyRequest.BuilderImportHostKeyRequest.Builder. tags(Collection<Tag> tags)Key-value pairs that can be used to group and search for host keys.ImportHostKeyRequest.BuilderImportHostKeyRequest.Builder. tags(Consumer<Tag.Builder>... tags)Key-value pairs that can be used to group and search for host keys.ImportHostKeyRequest.BuilderImportHostKeyRequest.Builder. tags(Tag... tags)Key-value pairs that can be used to group and search for host keys.ImportHostKeyRequest.BuilderImportHostKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ImportHostKeyRequest.Builder Modifier and Type Method Description static Class<? extends ImportHostKeyRequest.Builder>ImportHostKeyRequest. serializableBuilderClass()
-