Uses of Class
software.amazon.awssdk.services.quicksight.model.DeleteUserRequest
-
Packages that use DeleteUserRequest Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.transform -
-
Uses of DeleteUserRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type DeleteUserRequest Modifier and Type Method Description 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.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. -
Uses of DeleteUserRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type DeleteUserRequest Modifier and Type Method Description SdkHttpFullRequestDeleteUserRequestMarshaller. marshall(DeleteUserRequest deleteUserRequest)
-