| 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 ListInstancesResponse |
SsoAdminClient.listInstances(Consumer<ListInstancesRequest.Builder> listInstancesRequest)
Lists the IAM Identity Center instances that the caller has access to.
|
default ListInstancesResponse |
SsoAdminClient.listInstances(ListInstancesRequest listInstancesRequest)
Lists the IAM Identity Center instances that the caller has access to.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListInstancesResponse> |
SsoAdminAsyncClient.listInstances(Consumer<ListInstancesRequest.Builder> listInstancesRequest)
Lists the IAM Identity Center instances that the caller has access to.
|
default CompletableFuture<ListInstancesResponse> |
SsoAdminAsyncClient.listInstances(ListInstancesRequest listInstancesRequest)
Lists the IAM Identity Center instances that the caller has access to.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListInstancesResponse> |
ListInstancesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListInstancesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListInstancesResponse> subscriber) |
Copyright © 2022. All rights reserved.