| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static IdentityProviderType |
IdentityProviderType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IdentityProviderType |
DescribedServer.identityProviderType()
Specifies the mode of authentication method enabled for this service.
|
IdentityProviderType |
ListedServer.identityProviderType()
Specifies the authentication method used to validate a user for a server that was specified.
|
IdentityProviderType |
CreateServerRequest.identityProviderType()
Specifies the mode of authentication for a server.
|
static IdentityProviderType |
IdentityProviderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityProviderType[] |
IdentityProviderType.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<IdentityProviderType> |
IdentityProviderType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribedServer.Builder |
DescribedServer.Builder.identityProviderType(IdentityProviderType identityProviderType)
Specifies the mode of authentication method enabled for this service.
|
ListedServer.Builder |
ListedServer.Builder.identityProviderType(IdentityProviderType identityProviderType)
Specifies the authentication method used to validate a user for a server that was specified.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.identityProviderType(IdentityProviderType identityProviderType)
Specifies the mode of authentication for a server.
|
Copyright © 2020. All rights reserved.