Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
UpdateUserResult |
AmazonQuickSightClient.updateUser(UpdateUserRequest request)
Updates an Amazon QuickSight user.
|
UpdateUserResult |
AbstractAmazonQuickSight.updateUser(UpdateUserRequest request) |
UpdateUserResult |
AmazonQuickSight.updateUser(UpdateUserRequest updateUserRequest)
Updates an Amazon QuickSight user.
|
Future<UpdateUserResult> |
AmazonQuickSightAsyncClient.updateUserAsync(UpdateUserRequest request) |
Future<UpdateUserResult> |
AmazonQuickSightAsync.updateUserAsync(UpdateUserRequest updateUserRequest)
Updates an Amazon QuickSight user.
|
Future<UpdateUserResult> |
AbstractAmazonQuickSightAsync.updateUserAsync(UpdateUserRequest request) |
Future<UpdateUserResult> |
AmazonQuickSightAsyncClient.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Future<UpdateUserResult> |
AmazonQuickSightAsync.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
Updates an Amazon QuickSight user.
|
Future<UpdateUserResult> |
AbstractAmazonQuickSightAsync.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateUserResult> |
AmazonQuickSightAsyncClient.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Future<UpdateUserResult> |
AmazonQuickSightAsync.updateUserAsync(UpdateUserRequest updateUserRequest,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
Updates an Amazon QuickSight user.
|
Future<UpdateUserResult> |
AbstractAmazonQuickSightAsync.updateUserAsync(UpdateUserRequest request,
AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateUserRequest |
UpdateUserRequest.clone() |
UpdateUserRequest |
UpdateUserRequest.withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the user is in.
|
UpdateUserRequest |
UpdateUserRequest.withCustomFederationProviderUrl(String customFederationProviderUrl)
The URL of the custom OpenID Connect (OIDC) provider that provides identity to let a user federate into Amazon
QuickSight with an associated Identity and Access Management(IAM) role.
|
UpdateUserRequest |
UpdateUserRequest.withCustomPermissionsName(String customPermissionsName)
(Enterprise edition only) The name of the custom permissions profile that you want to assign to this user.
|
UpdateUserRequest |
UpdateUserRequest.withEmail(String email)
The email address of the user that you want to update.
|
UpdateUserRequest |
UpdateUserRequest.withExternalLoginFederationProviderType(String externalLoginFederationProviderType)
The type of supported external login provider that provides identity to let a user federate into Amazon
QuickSight with an associated Identity and Access Management(IAM) role.
|
UpdateUserRequest |
UpdateUserRequest.withExternalLoginId(String externalLoginId)
The identity ID for a user in the external login provider.
|
UpdateUserRequest |
UpdateUserRequest.withNamespace(String namespace)
The namespace.
|
UpdateUserRequest |
UpdateUserRequest.withRole(String role)
The Amazon QuickSight role of the user.
|
UpdateUserRequest |
UpdateUserRequest.withRole(UserRole role)
The Amazon QuickSight role of the user.
|
UpdateUserRequest |
UpdateUserRequest.withUnapplyCustomPermissions(Boolean unapplyCustomPermissions)
A flag that you use to indicate that you want to remove all custom permissions from this user.
|
UpdateUserRequest |
UpdateUserRequest.withUserName(String userName)
The Amazon QuickSight user name that you want to update.
|
Copyright © 2022. All rights reserved.