| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
List<HomeDirectoryMapEntry> |
UpdateUserRequest.homeDirectoryMappings()
Logical directory mappings that specify what Amazon S3 paths and keys should be visible to your user and how you
want to make them visible.
|
List<HomeDirectoryMapEntry> |
CreateUserRequest.homeDirectoryMappings()
Logical directory mappings that specify what Amazon S3 paths and keys should be visible to your user and how you
want to make them visible.
|
List<HomeDirectoryMapEntry> |
DescribedUser.homeDirectoryMappings()
Specifies the logical directory mappings that specify what Amazon S3 paths and keys should be visible to your
user and how you want to make them visible.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.homeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)
Logical directory mappings that specify what Amazon S3 paths and keys should be visible to your user and how
you want to make them visible.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.homeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)
Logical directory mappings that specify what Amazon S3 paths and keys should be visible to your user and how
you want to make them visible.
|
DescribedUser.Builder |
DescribedUser.Builder.homeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)
Specifies the logical directory mappings that specify what Amazon S3 paths and keys should be visible to your
user and how you want to make them visible.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.homeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that specify what Amazon S3 paths and keys should be visible to your user and how
you want to make them visible.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.homeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that specify what Amazon S3 paths and keys should be visible to your user and how
you want to make them visible.
|
DescribedUser.Builder |
DescribedUser.Builder.homeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Specifies the logical directory mappings that specify what Amazon S3 paths and keys should be visible to your
user and how you want to make them visible.
|
Copyright © 2020. All rights reserved.