| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer |
Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP),
File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of
Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateAccessResponse |
TransferClient.updateAccess(Consumer<UpdateAccessRequest.Builder> updateAccessRequest)
Allows you to update parameters for the access specified in the
ServerID and ExternalID
parameters. |
default CompletableFuture<UpdateAccessResponse> |
TransferAsyncClient.updateAccess(Consumer<UpdateAccessRequest.Builder> updateAccessRequest)
Allows you to update parameters for the access specified in the
ServerID and ExternalID
parameters. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateAccessRequest.Builder |
UpdateAccessRequest.builder() |
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.externalId(String externalId)
A unique identifier that is required to identify specific groups within your directory.
|
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.homeDirectory(String homeDirectory)
The landing directory (folder) for a user when they log in to the server using the client.
|
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.homeDirectoryMappings(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.
|
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.homeDirectoryMappings(Consumer<HomeDirectoryMapEntry.Builder>... 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.
|
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.homeDirectoryMappings(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.
|
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.homeDirectoryType(HomeDirectoryType homeDirectoryType)
The type of landing directory (folder) that you want your users' home directory to be when they log in to the
server.
|
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.homeDirectoryType(String homeDirectoryType)
The type of landing directory (folder) that you want your users' home directory to be when they log in to the
server.
|
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.policy(String policy)
A session policy for your user so that you can use the same Identity and Access Management (IAM) role across
multiple users.
|
default UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.posixProfile(Consumer<PosixProfile.Builder> posixProfile)
Sets the value of the PosixProfile property for this object.
|
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.posixProfile(PosixProfile posixProfile)
Sets the value of the PosixProfile property for this object.
|
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.role(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.
|
UpdateAccessRequest.Builder |
UpdateAccessRequest.Builder.serverId(String serverId)
A system-assigned unique identifier for a server instance.
|
UpdateAccessRequest.Builder |
UpdateAccessRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateAccessRequest.Builder> |
UpdateAccessRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.