| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssoadmin.model | |
| software.amazon.awssdk.services.ssoadmin.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AccountAssignment> |
ListAccountAssignmentsResponse.accountAssignments()
The list of assignments that match the input Amazon Web Services account and permission set.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssignmentsResponse.Builder |
ListAccountAssignmentsResponse.Builder.accountAssignments(AccountAssignment... accountAssignments)
The list of assignments that match the input Amazon Web Services account and permission set.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssignmentsResponse.Builder |
ListAccountAssignmentsResponse.Builder.accountAssignments(Collection<AccountAssignment> accountAssignments)
The list of assignments that match the input Amazon Web Services account and permission set.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AccountAssignment> |
ListAccountAssignmentsPublisher.accountAssignments()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AccountAssignment> |
ListAccountAssignmentsIterable.accountAssignments()
Returns an iterable to iterate through the paginated
ListAccountAssignmentsResponse.accountAssignments()
member. |
Copyright © 2022. All rights reserved.