Uses of Class
software.amazon.awssdk.services.workdocs.model.UpdateUserRequest
-
Packages that use UpdateUserRequest Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases:software.amazon.awssdk.services.workdocs.transform -
-
Uses of UpdateUserRequest in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs with parameters of type UpdateUserRequest Modifier and Type Method Description default CompletableFuture<UpdateUserResponse>
WorkDocsAsyncClient. updateUser(UpdateUserRequest updateUserRequest)
Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the Amazon WorkDocs site.default UpdateUserResponse
WorkDocsClient. updateUser(UpdateUserRequest updateUserRequest)
Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the Amazon WorkDocs site. -
Uses of UpdateUserRequest in software.amazon.awssdk.services.workdocs.transform
Methods in software.amazon.awssdk.services.workdocs.transform with parameters of type UpdateUserRequest Modifier and Type Method Description SdkHttpFullRequest
UpdateUserRequestMarshaller. marshall(UpdateUserRequest updateUserRequest)
-