| 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 |
|---|---|
Future<ListTrustedTokenIssuersResult> |
AbstractAWSSSOAdminAsync.listTrustedTokenIssuersAsync(ListTrustedTokenIssuersRequest request,
AsyncHandler<ListTrustedTokenIssuersRequest,ListTrustedTokenIssuersResult> asyncHandler) |
Future<ListTrustedTokenIssuersResult> |
AWSSSOAdminAsync.listTrustedTokenIssuersAsync(ListTrustedTokenIssuersRequest listTrustedTokenIssuersRequest,
AsyncHandler<ListTrustedTokenIssuersRequest,ListTrustedTokenIssuersResult> asyncHandler)
Lists all the trusted token issuers configured in an instance of IAM Identity Center.
|
Future<ListTrustedTokenIssuersResult> |
AWSSSOAdminAsyncClient.listTrustedTokenIssuersAsync(ListTrustedTokenIssuersRequest request,
AsyncHandler<ListTrustedTokenIssuersRequest,ListTrustedTokenIssuersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTrustedTokenIssuersRequest |
ListTrustedTokenIssuersRequest.clone() |
ListTrustedTokenIssuersRequest |
ListTrustedTokenIssuersRequest.withInstanceArn(String instanceArn)
Specifies the ARN of the instance of IAM Identity Center with the trusted token issuer configurations that you
want to list.
|
ListTrustedTokenIssuersRequest |
ListTrustedTokenIssuersRequest.withMaxResults(Integer maxResults)
Specifies the total number of results that you want included in each response.
|
ListTrustedTokenIssuersRequest |
ListTrustedTokenIssuersRequest.withNextToken(String nextToken)
Specifies that you want to receive the next page of results.
|
Copyright © 2023. All rights reserved.