| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static HomeDirectoryType |
HomeDirectoryType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HomeDirectoryType |
UpdateUserRequest.homeDirectoryType()
The type of landing directory (folder) you want your users' home directory to be when they log into the server.
|
HomeDirectoryType |
ListedUser.homeDirectoryType()
Specifies the type of landing directory (folder) you mapped for your users' home directory.
|
HomeDirectoryType |
CreateUserRequest.homeDirectoryType()
The type of landing directory (folder) you want your users' home directory to be when they log into the server.
|
HomeDirectoryType |
DescribedUser.homeDirectoryType()
Specifies the type of landing directory (folder) you mapped for your users to see when they log into the file
transfer protocol-enabled server.
|
static HomeDirectoryType |
HomeDirectoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HomeDirectoryType[] |
HomeDirectoryType.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<HomeDirectoryType> |
HomeDirectoryType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.homeDirectoryType(HomeDirectoryType homeDirectoryType)
The type of landing directory (folder) you want your users' home directory to be when they log into the
server.
|
ListedUser.Builder |
ListedUser.Builder.homeDirectoryType(HomeDirectoryType homeDirectoryType)
Specifies the type of landing directory (folder) you mapped for your users' home directory.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.homeDirectoryType(HomeDirectoryType homeDirectoryType)
The type of landing directory (folder) you want your users' home directory to be when they log into the
server.
|
DescribedUser.Builder |
DescribedUser.Builder.homeDirectoryType(HomeDirectoryType homeDirectoryType)
Specifies the type of landing directory (folder) you mapped for your users to see when they log into the file
transfer protocol-enabled server.
|
Copyright © 2020. All rights reserved.