| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static SftpAuthenticationMethods |
SftpAuthenticationMethods.fromValue(String value)
Use this in place of valueOf.
|
static SftpAuthenticationMethods |
SftpAuthenticationMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SftpAuthenticationMethods[] |
SftpAuthenticationMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderDetails |
IdentityProviderDetails.withSftpAuthenticationMethods(SftpAuthenticationMethods sftpAuthenticationMethods)
For SFTP-enabled servers, and for custom identity providers only, you can specify whether to authenticate
using a password, SSH key pair, or both.
|
Copyright © 2024. All rights reserved.