| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedAccess |
DescribedAccess.clone() |
DescribedAccess |
DescribeAccessResult.getAccess()
The external ID of the server that the access is attached to.
|
DescribedAccess |
DescribedAccess.withExternalId(String externalId)
A unique identifier that might be required when you assume a role in another account.
|
DescribedAccess |
DescribedAccess.withHomeDirectory(String homeDirectory)
Specifies the landing directory (or folder), which is the location that files are written to or read from in an
Amazon S3 bucket, for the described access.
|
DescribedAccess |
DescribedAccess.withHomeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Specifies the logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be
visible to the associated access and how you want to make them visible.
|
DescribedAccess |
DescribedAccess.withHomeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)
Specifies the logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be
visible to the associated access 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 scope-down policy for your user so that you can use the same AWS Identity and Access Management (IAM) role
across multiple users.
|
DescribedAccess |
DescribedAccess.withPosixProfile(PosixProfile posixProfile) |
DescribedAccess |
DescribedAccess.withRole(String role)
The IAM role that controls access to your Amazon S3 bucket from the specified associated access.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAccessResult.setAccess(DescribedAccess access)
The external ID of the server that the access is attached to.
|
DescribeAccessResult |
DescribeAccessResult.withAccess(DescribedAccess access)
The external ID of the server that the access is attached to.
|
Copyright © 2021. All rights reserved.