Uses of Class
software.amazon.awssdk.services.quicksight.model.IAMPolicyAssignmentSummary
-
Packages that use IAMPolicyAssignmentSummary Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of IAMPolicyAssignmentSummary in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type IAMPolicyAssignmentSummary Modifier and Type Method Description List<IAMPolicyAssignmentSummary>ListIamPolicyAssignmentsResponse. iamPolicyAssignments()Information describing the IAM policy assignments.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type IAMPolicyAssignmentSummary Modifier and Type Method Description ListIamPolicyAssignmentsResponse.BuilderListIamPolicyAssignmentsResponse.Builder. iamPolicyAssignments(IAMPolicyAssignmentSummary... iamPolicyAssignments)Information describing the IAM policy assignments.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type IAMPolicyAssignmentSummary Modifier and Type Method Description ListIamPolicyAssignmentsResponse.BuilderListIamPolicyAssignmentsResponse.Builder. iamPolicyAssignments(Collection<IAMPolicyAssignmentSummary> iamPolicyAssignments)Information describing the IAM policy assignments. -
Uses of IAMPolicyAssignmentSummary in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type IAMPolicyAssignmentSummary Modifier and Type Method Description SdkIterable<IAMPolicyAssignmentSummary>ListIAMPolicyAssignmentsIterable. iamPolicyAssignments()Returns an iterable to iterate through the paginatedListIamPolicyAssignmentsResponse.iamPolicyAssignments()member.SdkPublisher<IAMPolicyAssignmentSummary>ListIAMPolicyAssignmentsPublisher. iamPolicyAssignments()Returns a publisher that can be used to get a stream of data.
-