| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedAccess |
ListedAccess.clone() |
ListedAccess |
ListedAccess.withExternalId(String externalId)
A unique identifier that might be required when you assume a role in another account.
|
ListedAccess |
ListedAccess.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.
|
ListedAccess |
ListedAccess.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.
|
ListedAccess |
ListedAccess.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.
|
ListedAccess |
ListedAccess.withRole(String role)
The AWS Identity and Access Management (IAM) role that controls access to your Amazon S3 bucket from the
specified associated access.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListedAccess> |
ListAccessesResult.getAccesses()
Returns the accesses and their properties for the
ServerId value that you specify. |
| Modifier and Type | Method and Description |
|---|---|
ListAccessesResult |
ListAccessesResult.withAccesses(ListedAccess... accesses)
Returns the accesses and their properties for the
ServerId value that you specify. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessesResult.setAccesses(Collection<ListedAccess> accesses)
Returns the accesses and their properties for the
ServerId value that you specify. |
ListAccessesResult |
ListAccessesResult.withAccesses(Collection<ListedAccess> accesses)
Returns the accesses and their properties for the
ServerId value that you specify. |
Copyright © 2021. All rights reserved.