Uses of Class
software.amazon.awssdk.services.quicksight.model.ListIamPolicyAssignmentsForUserResponse
-
Packages that use ListIamPolicyAssignmentsForUserResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListIamPolicyAssignmentsForUserResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListIamPolicyAssignmentsForUserResponse Modifier and Type Method Description default ListIamPolicyAssignmentsForUserResponseQuickSightClient. listIAMPolicyAssignmentsForUser(Consumer<ListIamPolicyAssignmentsForUserRequest.Builder> listIamPolicyAssignmentsForUserRequest)Lists all of the IAM policy assignments, including the Amazon Resource Names (ARNs), for the IAM policies assigned to the specified user and group, or groups that the user belongs to.default ListIamPolicyAssignmentsForUserResponseQuickSightClient. listIAMPolicyAssignmentsForUser(ListIamPolicyAssignmentsForUserRequest listIamPolicyAssignmentsForUserRequest)Lists all of the IAM policy assignments, including the Amazon Resource Names (ARNs), for the IAM policies assigned to the specified user and group, or groups that the user belongs to.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListIamPolicyAssignmentsForUserResponse Modifier and Type Method Description default CompletableFuture<ListIamPolicyAssignmentsForUserResponse>QuickSightAsyncClient. listIAMPolicyAssignmentsForUser(Consumer<ListIamPolicyAssignmentsForUserRequest.Builder> listIamPolicyAssignmentsForUserRequest)Lists all of the IAM policy assignments, including the Amazon Resource Names (ARNs), for the IAM policies assigned to the specified user and group, or groups that the user belongs to.default CompletableFuture<ListIamPolicyAssignmentsForUserResponse>QuickSightAsyncClient. listIAMPolicyAssignmentsForUser(ListIamPolicyAssignmentsForUserRequest listIamPolicyAssignmentsForUserRequest)Lists all of the IAM policy assignments, including the Amazon Resource Names (ARNs), for the IAM policies assigned to the specified user and group, or groups that the user belongs to. -
Uses of ListIamPolicyAssignmentsForUserResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListIamPolicyAssignmentsForUserResponse Modifier and Type Method Description Iterator<ListIamPolicyAssignmentsForUserResponse>ListIAMPolicyAssignmentsForUserIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListIamPolicyAssignmentsForUserResponse Modifier and Type Method Description voidListIAMPolicyAssignmentsForUserPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIamPolicyAssignmentsForUserResponse> subscriber)
-