| Package | Description |
|---|---|
| com.amazonaws.services.transfer | |
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUserResult> |
AbstractAWSTransferAsync.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Future<UpdateUserResult> |
AWSTransferAsyncClient.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Future<UpdateUserResult> |
AWSTransferAsync.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
Assigns new properties to a user.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest |
UpdateUserRequest.clone() |
UpdateUserRequest |
UpdateUserRequest.withHomeDirectory(String homeDirectory)
The HomeDirectory parameter specifies the landing directory (folder) for a user when they log in to the server
using their client.
|
UpdateUserRequest |
UpdateUserRequest.withPolicy(String policy)
Allows you to supply a scope-down policy for your user so you can use the same AWS Identity and Access Management
(IAM) role across multiple users.
|
UpdateUserRequest |
UpdateUserRequest.withRole(String role)
The IAM role that controls your user’s access to your Amazon S3 bucket.
|
UpdateUserRequest |
UpdateUserRequest.withServerId(String serverId)
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
|
UpdateUserRequest |
UpdateUserRequest.withUserName(String userName)
A unique string that identifies a user and is associated with a server as specified by the ServerId.
|
Copyright © 2019. All rights reserved.