| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedAccess |
DescribedAccess.clone() |
DescribedAccess |
DescribeAccessResult.getAccess()
The external identifier of the server that the access is attached to.
|
DescribedAccess |
DescribedAccess.withExternalId(String externalId)
A unique identifier that is required to identify specific groups within your directory.
|
DescribedAccess |
DescribedAccess.withHomeDirectory(String homeDirectory)
The landing directory (folder) for a user when they log in to the server using the client.
|
DescribedAccess |
DescribedAccess.withHomeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your
user and how you want to make them visible.
|
DescribedAccess |
DescribedAccess.withHomeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)
Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your
user and how you want to make them visible.
|
DescribedAccess |
DescribedAccess.withHomeDirectoryType(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 |
DescribedAccess.withHomeDirectoryType(String homeDirectoryType)
The type of landing directory (folder) that you want your users' home directory to be when they log in to the
server.
|
DescribedAccess |
DescribedAccess.withPolicy(String policy)
A session policy for your user so that you can use the same Identity and Access Management (IAM) role across
multiple users.
|
DescribedAccess |
DescribedAccess.withPosixProfile(PosixProfile posixProfile) |
DescribedAccess |
DescribedAccess.withRole(String role)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that controls your users' access
to your Amazon S3 bucket or Amazon EFS file system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAccessResult.setAccess(DescribedAccess access)
The external identifier of the server that the access is attached to.
|
DescribeAccessResult |
DescribeAccessResult.withAccess(DescribedAccess access)
The external identifier of the server that the access is attached to.
|
Copyright © 2023. All rights reserved.