| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
SftpConnectorConfig |
SftpConnectorConfig.clone() |
SftpConnectorConfig |
UpdateConnectorRequest.getSftpConfig()
A structure that contains the parameters for an SFTP connector object.
|
SftpConnectorConfig |
CreateConnectorRequest.getSftpConfig()
A structure that contains the parameters for an SFTP connector object.
|
SftpConnectorConfig |
DescribedConnector.getSftpConfig()
A structure that contains the parameters for an SFTP connector object.
|
SftpConnectorConfig |
SftpConnectorConfig.withTrustedHostKeys(Collection<String> trustedHostKeys)
The public portion of the host key, or keys, that are used to authenticate the user to the external server to
which you are connecting.
|
SftpConnectorConfig |
SftpConnectorConfig.withTrustedHostKeys(String... trustedHostKeys)
The public portion of the host key, or keys, that are used to authenticate the user to the external server to
which you are connecting.
|
SftpConnectorConfig |
SftpConnectorConfig.withUserSecretId(String userSecretId)
The identifier for the secret (in Amazon Web Services Secrets Manager) that contains the SFTP user's private key,
password, or both.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateConnectorRequest.setSftpConfig(SftpConnectorConfig sftpConfig)
A structure that contains the parameters for an SFTP connector object.
|
void |
CreateConnectorRequest.setSftpConfig(SftpConnectorConfig sftpConfig)
A structure that contains the parameters for an SFTP connector object.
|
void |
DescribedConnector.setSftpConfig(SftpConnectorConfig sftpConfig)
A structure that contains the parameters for an SFTP connector object.
|
UpdateConnectorRequest |
UpdateConnectorRequest.withSftpConfig(SftpConnectorConfig sftpConfig)
A structure that contains the parameters for an SFTP connector object.
|
CreateConnectorRequest |
CreateConnectorRequest.withSftpConfig(SftpConnectorConfig sftpConfig)
A structure that contains the parameters for an SFTP connector object.
|
DescribedConnector |
DescribedConnector.withSftpConfig(SftpConnectorConfig sftpConfig)
A structure that contains the parameters for an SFTP connector object.
|
Copyright © 2023. All rights reserved.