Uses of Class
software.amazon.awssdk.services.quicksight.model.RegisterUserResponse
-
Packages that use RegisterUserResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of RegisterUserResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return RegisterUserResponse Modifier and Type Method Description default RegisterUserResponseQuickSightClient. registerUser(Consumer<RegisterUserRequest.Builder> registerUserRequest)Creates an Amazon QuickSight user whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request.default RegisterUserResponseQuickSightClient. registerUser(RegisterUserRequest registerUserRequest)Creates an Amazon QuickSight user whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type RegisterUserResponse Modifier and Type Method Description default CompletableFuture<RegisterUserResponse>QuickSightAsyncClient. registerUser(Consumer<RegisterUserRequest.Builder> registerUserRequest)Creates an Amazon QuickSight user whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request.default CompletableFuture<RegisterUserResponse>QuickSightAsyncClient. registerUser(RegisterUserRequest registerUserRequest)Creates an Amazon QuickSight user whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request.
-