| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAccessResponse |
TransferClient.createAccess(Consumer<CreateAccessRequest.Builder> createAccessRequest)
Used by administrators to choose which groups in the directory should have access to upload and download files
over the enabled protocols using Transfer Family.
|
default CreateAccessResponse |
TransferClient.createAccess(CreateAccessRequest createAccessRequest)
Used by administrators to choose which groups in the directory should have access to upload and download files
over the enabled protocols using Transfer Family.
|
default CreateAgreementResponse |
TransferClient.createAgreement(Consumer<CreateAgreementRequest.Builder> createAgreementRequest)
Creates an agreement.
|
default CreateAgreementResponse |
TransferClient.createAgreement(CreateAgreementRequest createAgreementRequest)
Creates an agreement.
|
default CreateConnectorResponse |
TransferClient.createConnector(Consumer<CreateConnectorRequest.Builder> createConnectorRequest)
Creates the connector, which captures the parameters for a connection for the AS2 or SFTP protocol.
|
default CreateConnectorResponse |
TransferClient.createConnector(CreateConnectorRequest createConnectorRequest)
Creates the connector, which captures the parameters for a connection for the AS2 or SFTP protocol.
|
default CreateServerResponse |
TransferClient.createServer(Consumer<CreateServerRequest.Builder> createServerRequest)
Instantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services.
|
default CreateServerResponse |
TransferClient.createServer(CreateServerRequest createServerRequest)
Instantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services.
|
default CreateUserResponse |
TransferClient.createUser(Consumer<CreateUserRequest.Builder> createUserRequest)
Creates a user and associates them with an existing file transfer protocol-enabled server.
|
default CreateUserResponse |
TransferClient.createUser(CreateUserRequest createUserRequest)
Creates a user and associates them with an existing file transfer protocol-enabled server.
|
default CreateWorkflowResponse |
TransferClient.createWorkflow(Consumer<CreateWorkflowRequest.Builder> createWorkflowRequest)
Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer
completes.
|
default CreateWorkflowResponse |
TransferClient.createWorkflow(CreateWorkflowRequest createWorkflowRequest)
Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer
completes.
|
default ImportHostKeyResponse |
TransferClient.importHostKey(Consumer<ImportHostKeyRequest.Builder> importHostKeyRequest)
Adds a host key to the server that's specified by the
ServerId parameter. |
default ImportHostKeyResponse |
TransferClient.importHostKey(ImportHostKeyRequest importHostKeyRequest)
Adds a host key to the server that's specified by the
ServerId parameter. |
default ImportSshPublicKeyResponse |
TransferClient.importSshPublicKey(Consumer<ImportSshPublicKeyRequest.Builder> importSshPublicKeyRequest)
Adds a Secure Shell (SSH) public key to a Transfer Family user identified by a
UserName value
assigned to the specific file transfer protocol-enabled server, identified by ServerId. |
default ImportSshPublicKeyResponse |
TransferClient.importSshPublicKey(ImportSshPublicKeyRequest importSshPublicKeyRequest)
Adds a Secure Shell (SSH) public key to a Transfer Family user identified by a
UserName value
assigned to the specific file transfer protocol-enabled server, identified by ServerId. |
default UpdateAccessResponse |
TransferClient.updateAccess(Consumer<UpdateAccessRequest.Builder> updateAccessRequest)
Allows you to update parameters for the access specified in the
ServerID and ExternalID
parameters. |
default UpdateAccessResponse |
TransferClient.updateAccess(UpdateAccessRequest updateAccessRequest)
Allows you to update parameters for the access specified in the
ServerID and ExternalID
parameters. |
default UpdateAgreementResponse |
TransferClient.updateAgreement(Consumer<UpdateAgreementRequest.Builder> updateAgreementRequest)
Updates some of the parameters for an existing agreement.
|
default UpdateAgreementResponse |
TransferClient.updateAgreement(UpdateAgreementRequest updateAgreementRequest)
Updates some of the parameters for an existing agreement.
|
default UpdateConnectorResponse |
TransferClient.updateConnector(Consumer<UpdateConnectorRequest.Builder> updateConnectorRequest)
Updates some of the parameters for an existing connector.
|
default UpdateConnectorResponse |
TransferClient.updateConnector(UpdateConnectorRequest updateConnectorRequest)
Updates some of the parameters for an existing connector.
|
default UpdateServerResponse |
TransferClient.updateServer(Consumer<UpdateServerRequest.Builder> updateServerRequest)
Updates the file transfer protocol-enabled server's properties after that server has been created.
|
default UpdateServerResponse |
TransferClient.updateServer(UpdateServerRequest updateServerRequest)
Updates the file transfer protocol-enabled server's properties after that server has been created.
|
Copyright © 2023. All rights reserved.