| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssoadmin |
AWS IAM Identity Center (successor to AWS Single Sign-On) helps you securely create, or connect, your workforce
identities and manage their access centrally across AWS accounts and applications.
|
| software.amazon.awssdk.services.ssoadmin.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAccountAssignmentsResponse |
SsoAdminClient.listAccountAssignments(Consumer<ListAccountAssignmentsRequest.Builder> listAccountAssignmentsRequest)
Lists the assignee of the specified AWS account with the specified permission set.
|
default ListAccountAssignmentsResponse |
SsoAdminClient.listAccountAssignments(ListAccountAssignmentsRequest listAccountAssignmentsRequest)
Lists the assignee of the specified AWS account with the specified permission set.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAccountAssignmentsResponse> |
SsoAdminAsyncClient.listAccountAssignments(Consumer<ListAccountAssignmentsRequest.Builder> listAccountAssignmentsRequest)
Lists the assignee of the specified AWS account with the specified permission set.
|
default CompletableFuture<ListAccountAssignmentsResponse> |
SsoAdminAsyncClient.listAccountAssignments(ListAccountAssignmentsRequest listAccountAssignmentsRequest)
Lists the assignee of the specified AWS account with the specified permission set.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccountAssignmentsResponse> |
ListAccountAssignmentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountAssignmentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccountAssignmentsResponse> subscriber) |
Copyright © 2022. All rights reserved.