Uses of Class
software.amazon.awssdk.services.quicksight.model.DeleteUserResponse
-
Packages that use DeleteUserResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of DeleteUserResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return DeleteUserResponse Modifier and Type Method Description default DeleteUserResponseQuickSightClient. deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest)Deletes the Amazon QuickSight user that is associated with the identity of the IAM user or role that's making the call.default DeleteUserResponseQuickSightClient. deleteUser(DeleteUserRequest deleteUserRequest)Deletes the Amazon QuickSight user that is associated with the identity of the IAM user or role that's making the call.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type DeleteUserResponse Modifier and Type Method Description default CompletableFuture<DeleteUserResponse>QuickSightAsyncClient. deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest)Deletes the Amazon QuickSight user that is associated with the identity of the IAM user or role that's making the call.default CompletableFuture<DeleteUserResponse>QuickSightAsyncClient. deleteUser(DeleteUserRequest deleteUserRequest)Deletes the Amazon QuickSight user that is associated with the identity of the IAM user or role that's making the call.
-