| Package | Description |
|---|---|
| com.amazonaws.services.workdocs |
The Amazon WorkDocs API is designed for the following use cases:
|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserResult |
AmazonWorkDocsClient.updateUser(UpdateUserRequest request)
Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the
Amazon WorkDocs site.
|
UpdateUserResult |
AbstractAmazonWorkDocs.updateUser(UpdateUserRequest request) |
UpdateUserResult |
AmazonWorkDocs.updateUser(UpdateUserRequest updateUserRequest)
Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the
Amazon WorkDocs site.
|
Future<UpdateUserResult> |
AmazonWorkDocsAsyncClient.updateUserAsync(UpdateUserRequest request) |
Future<UpdateUserResult> |
AmazonWorkDocsAsync.updateUserAsync(UpdateUserRequest updateUserRequest)
Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the
Amazon WorkDocs site.
|
Future<UpdateUserResult> |
AbstractAmazonWorkDocsAsync.updateUserAsync(UpdateUserRequest request) |
Future<UpdateUserResult> |
AmazonWorkDocsAsyncClient.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Future<UpdateUserResult> |
AmazonWorkDocsAsync.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the
Amazon WorkDocs site.
|
Future<UpdateUserResult> |
AbstractAmazonWorkDocsAsync.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUserResult> |
AmazonWorkDocsAsyncClient.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Future<UpdateUserResult> |
AmazonWorkDocsAsync.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the
Amazon WorkDocs site.
|
Future<UpdateUserResult> |
AbstractAmazonWorkDocsAsync.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest |
UpdateUserRequest.clone() |
UpdateUserRequest |
UpdateUserRequest.withAuthenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
UpdateUserRequest |
UpdateUserRequest.withGivenName(String givenName)
The given name of the user.
|
UpdateUserRequest |
UpdateUserRequest.withGrantPoweruserPrivileges(BooleanEnumType grantPoweruserPrivileges)
Boolean value to determine whether the user is granted Power user privileges.
|
UpdateUserRequest |
UpdateUserRequest.withGrantPoweruserPrivileges(String grantPoweruserPrivileges)
Boolean value to determine whether the user is granted Power user privileges.
|
UpdateUserRequest |
UpdateUserRequest.withLocale(LocaleType locale)
The locale of the user.
|
UpdateUserRequest |
UpdateUserRequest.withLocale(String locale)
The locale of the user.
|
UpdateUserRequest |
UpdateUserRequest.withStorageRule(StorageRuleType storageRule)
The amount of storage for the user.
|
UpdateUserRequest |
UpdateUserRequest.withSurname(String surname)
The surname of the user.
|
UpdateUserRequest |
UpdateUserRequest.withTimeZoneId(String timeZoneId)
The time zone ID of the user.
|
UpdateUserRequest |
UpdateUserRequest.withType(String type)
The type of the user.
|
UpdateUserRequest |
UpdateUserRequest.withType(UserType type)
The type of the user.
|
UpdateUserRequest |
UpdateUserRequest.withUserId(String userId)
The ID of the user.
|
Copyright © 2023. All rights reserved.