Uses of Class
software.amazon.awssdk.services.transfer.model.HomeDirectoryType
-
Packages that use HomeDirectoryType Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of HomeDirectoryType in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return HomeDirectoryType Modifier and Type Method Description static HomeDirectoryTypeHomeDirectoryType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HomeDirectoryTypeCreateAccessRequest. homeDirectoryType()The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.HomeDirectoryTypeCreateUserRequest. homeDirectoryType()The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.HomeDirectoryTypeDescribedAccess. homeDirectoryType()The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.HomeDirectoryTypeDescribedUser. homeDirectoryType()The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.HomeDirectoryTypeListedAccess. homeDirectoryType()The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.HomeDirectoryTypeListedUser. homeDirectoryType()The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.HomeDirectoryTypeUpdateAccessRequest. homeDirectoryType()The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.HomeDirectoryTypeUpdateUserRequest. homeDirectoryType()The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.static HomeDirectoryTypeHomeDirectoryType. 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.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type HomeDirectoryType Modifier and Type Method Description static Set<HomeDirectoryType>HomeDirectoryType. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type HomeDirectoryType Modifier and Type Method Description CreateAccessRequest.BuilderCreateAccessRequest.Builder. homeDirectoryType(HomeDirectoryType homeDirectoryType)The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.CreateUserRequest.BuilderCreateUserRequest.Builder. homeDirectoryType(HomeDirectoryType homeDirectoryType)The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.DescribedAccess.BuilderDescribedAccess.Builder. homeDirectoryType(HomeDirectoryType homeDirectoryType)The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.DescribedUser.BuilderDescribedUser.Builder. homeDirectoryType(HomeDirectoryType homeDirectoryType)The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.ListedAccess.BuilderListedAccess.Builder. homeDirectoryType(HomeDirectoryType homeDirectoryType)The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.ListedUser.BuilderListedUser.Builder. homeDirectoryType(HomeDirectoryType homeDirectoryType)The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.UpdateAccessRequest.BuilderUpdateAccessRequest.Builder. homeDirectoryType(HomeDirectoryType homeDirectoryType)The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.UpdateUserRequest.BuilderUpdateUserRequest.Builder. homeDirectoryType(HomeDirectoryType homeDirectoryType)The type of landing directory (folder) that you want your users' home directory to be when they log in to the server.
-