| 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<CreateTrustedTokenIssuerResult> |
AWSSSOAdminAsyncClient.createTrustedTokenIssuerAsync(CreateTrustedTokenIssuerRequest request,
AsyncHandler<CreateTrustedTokenIssuerRequest,CreateTrustedTokenIssuerResult> asyncHandler) |
Future<CreateTrustedTokenIssuerResult> |
AWSSSOAdminAsync.createTrustedTokenIssuerAsync(CreateTrustedTokenIssuerRequest createTrustedTokenIssuerRequest,
AsyncHandler<CreateTrustedTokenIssuerRequest,CreateTrustedTokenIssuerResult> asyncHandler)
Creates a connection to a trusted token issuer in an instance of IAM Identity Center.
|
Future<CreateTrustedTokenIssuerResult> |
AbstractAWSSSOAdminAsync.createTrustedTokenIssuerAsync(CreateTrustedTokenIssuerRequest request,
AsyncHandler<CreateTrustedTokenIssuerRequest,CreateTrustedTokenIssuerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateTrustedTokenIssuerRequest |
CreateTrustedTokenIssuerRequest.clone() |
CreateTrustedTokenIssuerRequest |
CreateTrustedTokenIssuerRequest.withClientToken(String clientToken)
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request.
|
CreateTrustedTokenIssuerRequest |
CreateTrustedTokenIssuerRequest.withInstanceArn(String instanceArn)
Specifies the ARN of the instance of IAM Identity Center to contain the new trusted token issuer configuration.
|
CreateTrustedTokenIssuerRequest |
CreateTrustedTokenIssuerRequest.withName(String name)
Specifies the name of the new trusted token issuer configuration.
|
CreateTrustedTokenIssuerRequest |
CreateTrustedTokenIssuerRequest.withTags(Collection<Tag> tags)
Specifies tags to be attached to the new trusted token issuer configuration.
|
CreateTrustedTokenIssuerRequest |
CreateTrustedTokenIssuerRequest.withTags(Tag... tags)
Specifies tags to be attached to the new trusted token issuer configuration.
|
CreateTrustedTokenIssuerRequest |
CreateTrustedTokenIssuerRequest.withTrustedTokenIssuerConfiguration(TrustedTokenIssuerConfiguration trustedTokenIssuerConfiguration)
Specifies settings that apply to the new trusted token issuer configuration.
|
CreateTrustedTokenIssuerRequest |
CreateTrustedTokenIssuerRequest.withTrustedTokenIssuerType(String trustedTokenIssuerType)
Specifies the type of the new trusted token issuer.
|
CreateTrustedTokenIssuerRequest |
CreateTrustedTokenIssuerRequest.withTrustedTokenIssuerType(TrustedTokenIssuerType trustedTokenIssuerType)
Specifies the type of the new trusted token issuer.
|
Copyright © 2024. All rights reserved.