Uses of Class
software.amazon.awssdk.services.quicksight.model.ListIamPolicyAssignmentsResponse
-
Packages that use ListIamPolicyAssignmentsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListIamPolicyAssignmentsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListIamPolicyAssignmentsResponse Modifier and Type Method Description default ListIamPolicyAssignmentsResponseQuickSightClient. listIAMPolicyAssignments(Consumer<ListIamPolicyAssignmentsRequest.Builder> listIamPolicyAssignmentsRequest)Lists the IAM policy assignments in the current Amazon QuickSight account.default ListIamPolicyAssignmentsResponseQuickSightClient. listIAMPolicyAssignments(ListIamPolicyAssignmentsRequest listIamPolicyAssignmentsRequest)Lists the IAM policy assignments in the current Amazon QuickSight account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListIamPolicyAssignmentsResponse Modifier and Type Method Description default CompletableFuture<ListIamPolicyAssignmentsResponse>QuickSightAsyncClient. listIAMPolicyAssignments(Consumer<ListIamPolicyAssignmentsRequest.Builder> listIamPolicyAssignmentsRequest)Lists the IAM policy assignments in the current Amazon QuickSight account.default CompletableFuture<ListIamPolicyAssignmentsResponse>QuickSightAsyncClient. listIAMPolicyAssignments(ListIamPolicyAssignmentsRequest listIamPolicyAssignmentsRequest)Lists the IAM policy assignments in the current Amazon QuickSight account. -
Uses of ListIamPolicyAssignmentsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListIamPolicyAssignmentsResponse Modifier and Type Method Description Iterator<ListIamPolicyAssignmentsResponse>ListIAMPolicyAssignmentsIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListIamPolicyAssignmentsResponse Modifier and Type Method Description voidListIAMPolicyAssignmentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIamPolicyAssignmentsResponse> subscriber)
-