| 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 is required to identify specific groups within your directory.
|
ListedAccess |
ListedAccess.withHomeDirectory(String homeDirectory)
The landing directory (folder) for a user when they log in to the server using the client.
|
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 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 |
|---|---|
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 © 2024. All rights reserved.