Uses of Class
software.amazon.awssdk.services.transfer.model.SftpConnectorConfig
-
Packages that use SftpConnectorConfig Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of SftpConnectorConfig in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return SftpConnectorConfig Modifier and Type Method Description SftpConnectorConfigCreateConnectorRequest. sftpConfig()A structure that contains the parameters for an SFTP connector object.SftpConnectorConfigDescribedConnector. sftpConfig()A structure that contains the parameters for an SFTP connector object.SftpConnectorConfigUpdateConnectorRequest. sftpConfig()A structure that contains the parameters for an SFTP connector object.Methods in software.amazon.awssdk.services.transfer.model with parameters of type SftpConnectorConfig Modifier and Type Method Description CreateConnectorRequest.BuilderCreateConnectorRequest.Builder. sftpConfig(SftpConnectorConfig sftpConfig)A structure that contains the parameters for an SFTP connector object.DescribedConnector.BuilderDescribedConnector.Builder. sftpConfig(SftpConnectorConfig sftpConfig)A structure that contains the parameters for an SFTP connector object.UpdateConnectorRequest.BuilderUpdateConnectorRequest.Builder. sftpConfig(SftpConnectorConfig sftpConfig)A structure that contains the parameters for an SFTP connector object.
-