| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
HomeDirectoryMapEntry |
HomeDirectoryMapEntry.clone() |
HomeDirectoryMapEntry |
HomeDirectoryMapEntry.withEntry(String entry)
Represents an entry and a target for
HomeDirectoryMappings. |
HomeDirectoryMapEntry |
HomeDirectoryMapEntry.withTarget(String target)
Represents the map target that is used in a
HomeDirectorymapEntry. |
| Modifier and Type | Method and Description |
|---|---|
List<HomeDirectoryMapEntry> |
DescribedUser.getHomeDirectoryMappings()
Logical directory mappings that you specified for what S3 paths and keys should be visible to your user and how
you want to make them visible.
|
List<HomeDirectoryMapEntry> |
CreateUserRequest.getHomeDirectoryMappings()
Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to
make them visible.
|
List<HomeDirectoryMapEntry> |
UpdateUserRequest.getHomeDirectoryMappings()
Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to
make them visible.
|
| Modifier and Type | Method and Description |
|---|---|
DescribedUser |
DescribedUser.withHomeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)
Logical directory mappings that you specified for what S3 paths and keys should be visible to your user and how
you want to make them visible.
|
CreateUserRequest |
CreateUserRequest.withHomeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)
Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to
make them visible.
|
UpdateUserRequest |
UpdateUserRequest.withHomeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)
Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to
make them visible.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribedUser.setHomeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that you specified for what S3 paths and keys should be visible to your user and how
you want to make them visible.
|
void |
CreateUserRequest.setHomeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to
make them visible.
|
void |
UpdateUserRequest.setHomeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to
make them visible.
|
DescribedUser |
DescribedUser.withHomeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that you specified for what S3 paths and keys should be visible to your user and how
you want to make them visible.
|
CreateUserRequest |
CreateUserRequest.withHomeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to
make them visible.
|
UpdateUserRequest |
UpdateUserRequest.withHomeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that specify what S3 paths and keys should be visible to your user and how you want to
make them visible.
|
Copyright © 2019. All rights reserved.