| 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 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 CreateProfileResponse |
TransferClient.createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)
Creates the local or partner profile to use for AS2 transfers.
|
default CreateProfileResponse |
TransferClient.createProfile(CreateProfileRequest createProfileRequest)
Creates the local or partner profile to use for AS2 transfers.
|
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 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 DeleteHostKeyResponse |
TransferClient.deleteHostKey(Consumer<DeleteHostKeyRequest.Builder> deleteHostKeyRequest)
Deletes the host key that's specified in the
HostKeyId parameter. |
default DeleteHostKeyResponse |
TransferClient.deleteHostKey(DeleteHostKeyRequest deleteHostKeyRequest)
Deletes the host key that's specified in the
HostKeyId parameter. |
default DeleteSshPublicKeyResponse |
TransferClient.deleteSshPublicKey(Consumer<DeleteSshPublicKeyRequest.Builder> deleteSshPublicKeyRequest)
Deletes a user's Secure Shell (SSH) public key.
|
default DeleteSshPublicKeyResponse |
TransferClient.deleteSshPublicKey(DeleteSshPublicKeyRequest deleteSshPublicKeyRequest)
Deletes a user's Secure Shell (SSH) public key.
|
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 SendWorkflowStepStateResponse |
TransferClient.sendWorkflowStepState(Consumer<SendWorkflowStepStateRequest.Builder> sendWorkflowStepStateRequest)
Sends a callback for asynchronous custom steps.
|
default SendWorkflowStepStateResponse |
TransferClient.sendWorkflowStepState(SendWorkflowStepStateRequest sendWorkflowStepStateRequest)
Sends a callback for asynchronous custom steps.
|
default StartFileTransferResponse |
TransferClient.startFileTransfer(Consumer<StartFileTransferRequest.Builder> startFileTransferRequest)
Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server.
|
default StartFileTransferResponse |
TransferClient.startFileTransfer(StartFileTransferRequest startFileTransferRequest)
Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server.
|
default StartServerResponse |
TransferClient.startServer(Consumer<StartServerRequest.Builder> startServerRequest)
Changes the state of a file transfer protocol-enabled server from
OFFLINE to ONLINE. |
default StartServerResponse |
TransferClient.startServer(StartServerRequest startServerRequest)
Changes the state of a file transfer protocol-enabled server from
OFFLINE to ONLINE. |
default StopServerResponse |
TransferClient.stopServer(Consumer<StopServerRequest.Builder> stopServerRequest)
Changes the state of a file transfer protocol-enabled server from
ONLINE to OFFLINE. |
default StopServerResponse |
TransferClient.stopServer(StopServerRequest stopServerRequest)
Changes the state of a file transfer protocol-enabled server from
ONLINE to OFFLINE. |
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 UpdateCertificateResponse |
TransferClient.updateCertificate(Consumer<UpdateCertificateRequest.Builder> updateCertificateRequest)
Updates the active and inactive dates for a certificate.
|
default UpdateCertificateResponse |
TransferClient.updateCertificate(UpdateCertificateRequest updateCertificateRequest)
Updates the active and inactive dates for a certificate.
|
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 UpdateHostKeyResponse |
TransferClient.updateHostKey(Consumer<UpdateHostKeyRequest.Builder> updateHostKeyRequest)
Updates the description for the host key that's specified by the
ServerId and HostKeyId
parameters. |
default UpdateHostKeyResponse |
TransferClient.updateHostKey(UpdateHostKeyRequest updateHostKeyRequest)
Updates the description for the host key that's specified by the
ServerId and HostKeyId
parameters. |
default UpdateProfileResponse |
TransferClient.updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)
Updates some of the parameters for an existing profile.
|
default UpdateProfileResponse |
TransferClient.updateProfile(UpdateProfileRequest updateProfileRequest)
Updates some of the parameters for an existing profile.
|
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.
|
default UpdateUserResponse |
TransferClient.updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)
Assigns new properties to a user.
|
default UpdateUserResponse |
TransferClient.updateUser(UpdateUserRequest updateUserRequest)
Assigns new properties to a user.
|
Copyright © 2023. All rights reserved.