Uses of Class
software.amazon.awssdk.services.quicksight.model.ListIamPolicyAssignmentsForUserRequest
-
Packages that use ListIamPolicyAssignmentsForUserRequest Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators software.amazon.awssdk.services.quicksight.transform -
-
Uses of ListIamPolicyAssignmentsForUserRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type ListIamPolicyAssignmentsForUserRequest Modifier and Type Method Description 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.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.default ListIAMPolicyAssignmentsForUserPublisherQuickSightAsyncClient. listIAMPolicyAssignmentsForUserPaginator(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.default ListIAMPolicyAssignmentsForUserIterableQuickSightClient. listIAMPolicyAssignmentsForUserPaginator(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 ListIamPolicyAssignmentsForUserRequest in software.amazon.awssdk.services.quicksight.paginators
Constructors in software.amazon.awssdk.services.quicksight.paginators with parameters of type ListIamPolicyAssignmentsForUserRequest Constructor Description ListIAMPolicyAssignmentsForUserIterable(QuickSightClient client, ListIamPolicyAssignmentsForUserRequest firstRequest)ListIAMPolicyAssignmentsForUserPublisher(QuickSightAsyncClient client, ListIamPolicyAssignmentsForUserRequest firstRequest) -
Uses of ListIamPolicyAssignmentsForUserRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type ListIamPolicyAssignmentsForUserRequest Modifier and Type Method Description SdkHttpFullRequestListIamPolicyAssignmentsForUserRequestMarshaller. marshall(ListIamPolicyAssignmentsForUserRequest listIamPolicyAssignmentsForUserRequest)
-