Uses of Class
software.amazon.awssdk.services.quicksight.model.ActiveIAMPolicyAssignment
-
Packages that use ActiveIAMPolicyAssignment Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ActiveIAMPolicyAssignment in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ActiveIAMPolicyAssignment Modifier and Type Method Description List<ActiveIAMPolicyAssignment>ListIamPolicyAssignmentsForUserResponse. activeAssignments()The active assignments for this user.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ActiveIAMPolicyAssignment Modifier and Type Method Description ListIamPolicyAssignmentsForUserResponse.BuilderListIamPolicyAssignmentsForUserResponse.Builder. activeAssignments(ActiveIAMPolicyAssignment... activeAssignments)The active assignments for this user.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ActiveIAMPolicyAssignment Modifier and Type Method Description ListIamPolicyAssignmentsForUserResponse.BuilderListIamPolicyAssignmentsForUserResponse.Builder. activeAssignments(Collection<ActiveIAMPolicyAssignment> activeAssignments)The active assignments for this user. -
Uses of ActiveIAMPolicyAssignment in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ActiveIAMPolicyAssignment Modifier and Type Method Description SdkIterable<ActiveIAMPolicyAssignment>ListIAMPolicyAssignmentsForUserIterable. activeAssignments()Returns an iterable to iterate through the paginatedListIamPolicyAssignmentsForUserResponse.activeAssignments()member.SdkPublisher<ActiveIAMPolicyAssignment>ListIAMPolicyAssignmentsForUserPublisher. activeAssignments()Returns a publisher that can be used to get a stream of data.
-