| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static SftpAuthenticationMethods |
SftpAuthenticationMethods.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SftpAuthenticationMethods |
IdentityProviderDetails.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.
|
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 |
|---|---|
static Set<SftpAuthenticationMethods> |
SftpAuthenticationMethods.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderDetails.Builder |
IdentityProviderDetails.Builder.sftpAuthenticationMethods(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 © 2023. All rights reserved.