Uses of Class
software.amazon.awssdk.services.ssoadmin.model.AccountAssignment
-
Packages that use AccountAssignment Package Description software.amazon.awssdk.services.ssoadmin.model software.amazon.awssdk.services.ssoadmin.paginators -
-
Uses of AccountAssignment in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type AccountAssignment Modifier and Type Method Description List<AccountAssignment>ListAccountAssignmentsResponse. accountAssignments()The list of assignments that match the input Amazon Web Services account and permission set.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type AccountAssignment Modifier and Type Method Description ListAccountAssignmentsResponse.BuilderListAccountAssignmentsResponse.Builder. accountAssignments(AccountAssignment... accountAssignments)The list of assignments that match the input Amazon Web Services account and permission set.Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type AccountAssignment Modifier and Type Method Description ListAccountAssignmentsResponse.BuilderListAccountAssignmentsResponse.Builder. accountAssignments(Collection<AccountAssignment> accountAssignments)The list of assignments that match the input Amazon Web Services account and permission set. -
Uses of AccountAssignment in software.amazon.awssdk.services.ssoadmin.paginators
Methods in software.amazon.awssdk.services.ssoadmin.paginators that return types with arguments of type AccountAssignment Modifier and Type Method Description SdkIterable<AccountAssignment>ListAccountAssignmentsIterable. accountAssignments()Returns an iterable to iterate through the paginatedListAccountAssignmentsResponse.accountAssignments()member.SdkPublisher<AccountAssignment>ListAccountAssignmentsPublisher. accountAssignments()Returns a publisher that can be used to get a stream of data.
-