Uses of Class
software.amazon.awssdk.services.transfer.model.CreateServerResponse
-
Packages that use CreateServerResponse 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 CreateServerResponse in software.amazon.awssdk.services.transfer
Methods in software.amazon.awssdk.services.transfer that return CreateServerResponse Modifier and Type Method Description default CreateServerResponseTransferClient. createServer(Consumer<CreateServerRequest.Builder> createServerRequest)Instantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services.default CreateServerResponseTransferClient. createServer(CreateServerRequest createServerRequest)Instantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services.Methods in software.amazon.awssdk.services.transfer that return types with arguments of type CreateServerResponse Modifier and Type Method Description default CompletableFuture<CreateServerResponse>TransferAsyncClient. createServer(Consumer<CreateServerRequest.Builder> createServerRequest)Instantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services.default CompletableFuture<CreateServerResponse>TransferAsyncClient. createServer(CreateServerRequest createServerRequest)Instantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services.
-