| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin |
IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities
and manage their access centrally across Amazon Web Services accounts and applications.
|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResult |
AbstractAWSSSOAdmin.listInstances(ListInstancesRequest request) |
ListInstancesResult |
AWSSSOAdminClient.listInstances(ListInstancesRequest request)
Lists the details of the organization and account instances of IAM Identity Center that were created in or
visible to the account calling this API.
|
ListInstancesResult |
AWSSSOAdmin.listInstances(ListInstancesRequest listInstancesRequest)
Lists the details of the organization and account instances of IAM Identity Center that were created in or
visible to the account calling this API.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListInstancesResult> |
AbstractAWSSSOAdminAsync.listInstancesAsync(ListInstancesRequest request) |
Future<ListInstancesResult> |
AWSSSOAdminAsyncClient.listInstancesAsync(ListInstancesRequest request) |
Future<ListInstancesResult> |
AWSSSOAdminAsync.listInstancesAsync(ListInstancesRequest listInstancesRequest)
Lists the details of the organization and account instances of IAM Identity Center that were created in or
visible to the account calling this API.
|
Future<ListInstancesResult> |
AbstractAWSSSOAdminAsync.listInstancesAsync(ListInstancesRequest request,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler) |
Future<ListInstancesResult> |
AWSSSOAdminAsyncClient.listInstancesAsync(ListInstancesRequest request,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler) |
Future<ListInstancesResult> |
AWSSSOAdminAsync.listInstancesAsync(ListInstancesRequest listInstancesRequest,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
Lists the details of the organization and account instances of IAM Identity Center that were created in or
visible to the account calling this API.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListInstancesResult> |
AbstractAWSSSOAdminAsync.listInstancesAsync(ListInstancesRequest request,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler) |
Future<ListInstancesResult> |
AWSSSOAdminAsyncClient.listInstancesAsync(ListInstancesRequest request,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler) |
Future<ListInstancesResult> |
AWSSSOAdminAsync.listInstancesAsync(ListInstancesRequest listInstancesRequest,
AsyncHandler<ListInstancesRequest,ListInstancesResult> asyncHandler)
Lists the details of the organization and account instances of IAM Identity Center that were created in or
visible to the account calling this API.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResult |
ListInstancesResult.clone() |
ListInstancesResult |
ListInstancesResult.withInstances(Collection<InstanceMetadata> instances)
Lists the IAM Identity Center instances that the caller has access to.
|
ListInstancesResult |
ListInstancesResult.withInstances(InstanceMetadata... instances)
Lists the IAM Identity Center instances that the caller has access to.
|
ListInstancesResult |
ListInstancesResult.withNextToken(String nextToken)
The pagination token for the list API.
|
Copyright © 2024. All rights reserved.