Uses of Interface
software.amazon.awssdk.services.transfer.model.DescribeHostKeyRequest.Builder
-
Packages that use DescribeHostKeyRequest.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 DescribeHostKeyRequest.Builder in software.amazon.awssdk.services.transfer
Method parameters in software.amazon.awssdk.services.transfer with type arguments of type DescribeHostKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeHostKeyResponse>TransferAsyncClient. describeHostKey(Consumer<DescribeHostKeyRequest.Builder> describeHostKeyRequest)Returns the details of the host key that's specified by theHostKeyIdandServerId.default DescribeHostKeyResponseTransferClient. describeHostKey(Consumer<DescribeHostKeyRequest.Builder> describeHostKeyRequest)Returns the details of the host key that's specified by theHostKeyIdandServerId. -
Uses of DescribeHostKeyRequest.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return DescribeHostKeyRequest.Builder Modifier and Type Method Description static DescribeHostKeyRequest.BuilderDescribeHostKeyRequest. builder()DescribeHostKeyRequest.BuilderDescribeHostKeyRequest.Builder. hostKeyId(String hostKeyId)The identifier of the host key that you want described.DescribeHostKeyRequest.BuilderDescribeHostKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeHostKeyRequest.BuilderDescribeHostKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeHostKeyRequest.BuilderDescribeHostKeyRequest.Builder. serverId(String serverId)The identifier of the server that contains the host key that you want described.DescribeHostKeyRequest.BuilderDescribeHostKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type DescribeHostKeyRequest.Builder Modifier and Type Method Description static Class<? extends DescribeHostKeyRequest.Builder>DescribeHostKeyRequest. serializableBuilderClass()
-