| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteUserResult |
AmazonQuickSightClient.deleteUser(DeleteUserRequest request)
Deletes the Amazon QuickSight user that is associated with the identity of the AWS Identity and Access Management
(IAM) user or role that's making the call.
|
DeleteUserResult |
AmazonQuickSight.deleteUser(DeleteUserRequest deleteUserRequest)
Deletes the Amazon QuickSight user that is associated with the identity of the AWS Identity and Access Management
(IAM) user or role that's making the call.
|
DeleteUserResult |
AbstractAmazonQuickSight.deleteUser(DeleteUserRequest request) |
Future<DeleteUserResult> |
AmazonQuickSightAsync.deleteUserAsync(DeleteUserRequest deleteUserRequest)
Deletes the Amazon QuickSight user that is associated with the identity of the AWS Identity and Access Management
(IAM) user or role that's making the call.
|
Future<DeleteUserResult> |
AbstractAmazonQuickSightAsync.deleteUserAsync(DeleteUserRequest request) |
Future<DeleteUserResult> |
AmazonQuickSightAsyncClient.deleteUserAsync(DeleteUserRequest request) |
Future<DeleteUserResult> |
AmazonQuickSightAsync.deleteUserAsync(DeleteUserRequest deleteUserRequest,
AsyncHandler<DeleteUserRequest,DeleteUserResult> asyncHandler)
Deletes the Amazon QuickSight user that is associated with the identity of the AWS Identity and Access Management
(IAM) user or role that's making the call.
|
Future<DeleteUserResult> |
AbstractAmazonQuickSightAsync.deleteUserAsync(DeleteUserRequest request,
AsyncHandler<DeleteUserRequest,DeleteUserResult> asyncHandler) |
Future<DeleteUserResult> |
AmazonQuickSightAsyncClient.deleteUserAsync(DeleteUserRequest request,
AsyncHandler<DeleteUserRequest,DeleteUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteUserResult> |
AmazonQuickSightAsync.deleteUserAsync(DeleteUserRequest deleteUserRequest,
AsyncHandler<DeleteUserRequest,DeleteUserResult> asyncHandler)
Deletes the Amazon QuickSight user that is associated with the identity of the AWS Identity and Access Management
(IAM) user or role that's making the call.
|
Future<DeleteUserResult> |
AbstractAmazonQuickSightAsync.deleteUserAsync(DeleteUserRequest request,
AsyncHandler<DeleteUserRequest,DeleteUserResult> asyncHandler) |
Future<DeleteUserResult> |
AmazonQuickSightAsyncClient.deleteUserAsync(DeleteUserRequest request,
AsyncHandler<DeleteUserRequest,DeleteUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteUserRequest |
DeleteUserRequest.clone() |
DeleteUserRequest |
DeleteUserRequest.withAwsAccountId(String awsAccountId)
The ID for the AWS account that the user is in.
|
DeleteUserRequest |
DeleteUserRequest.withNamespace(String namespace)
The namespace.
|
DeleteUserRequest |
DeleteUserRequest.withUserName(String userName)
The name of the user that you want to delete.
|
Copyright © 2020. All rights reserved.