Uses of Interface
software.amazon.awssdk.services.transfer.TransferBaseClientBuilder
-
Packages that use TransferBaseClientBuilder 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. -
-
Uses of TransferBaseClientBuilder in software.amazon.awssdk.services.transfer
Classes in software.amazon.awssdk.services.transfer with type parameters of type TransferBaseClientBuilder Modifier and Type Interface Description interfaceTransferBaseClientBuilder<B extends TransferBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Transfer that is supported by bothTransferClientBuilderandTransferAsyncClientBuilder.Subinterfaces of TransferBaseClientBuilder in software.amazon.awssdk.services.transfer Modifier and Type Interface Description interfaceTransferAsyncClientBuilderA builder for creating an instance ofTransferAsyncClient.interfaceTransferClientBuilderA builder for creating an instance ofTransferClient.
-