| 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<CreateAccountAssignmentResult> |
AbstractAWSSSOAdminAsync.createAccountAssignmentAsync(CreateAccountAssignmentRequest request,
AsyncHandler<CreateAccountAssignmentRequest,CreateAccountAssignmentResult> asyncHandler) |
Future<CreateAccountAssignmentResult> |
AWSSSOAdminAsyncClient.createAccountAssignmentAsync(CreateAccountAssignmentRequest request,
AsyncHandler<CreateAccountAssignmentRequest,CreateAccountAssignmentResult> asyncHandler) |
Future<CreateAccountAssignmentResult> |
AWSSSOAdminAsync.createAccountAssignmentAsync(CreateAccountAssignmentRequest createAccountAssignmentRequest,
AsyncHandler<CreateAccountAssignmentRequest,CreateAccountAssignmentResult> asyncHandler)
Assigns access to a principal for a specified Amazon Web Services account using a specified permission set.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccountAssignmentRequest |
CreateAccountAssignmentRequest.clone() |
CreateAccountAssignmentRequest |
CreateAccountAssignmentRequest.withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
CreateAccountAssignmentRequest |
CreateAccountAssignmentRequest.withPermissionSetArn(String permissionSetArn)
The ARN of the permission set that the admin wants to grant the principal access to.
|
CreateAccountAssignmentRequest |
CreateAccountAssignmentRequest.withPrincipalId(String principalId)
An identifier for an object in IAM Identity Center, such as a user or group.
|
CreateAccountAssignmentRequest |
CreateAccountAssignmentRequest.withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be created.
|
CreateAccountAssignmentRequest |
CreateAccountAssignmentRequest.withPrincipalType(String principalType)
The entity type for which the assignment will be created.
|
CreateAccountAssignmentRequest |
CreateAccountAssignmentRequest.withTargetId(String targetId)
TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
|
CreateAccountAssignmentRequest |
CreateAccountAssignmentRequest.withTargetType(String targetType)
The entity type for which the assignment will be created.
|
CreateAccountAssignmentRequest |
CreateAccountAssignmentRequest.withTargetType(TargetType targetType)
The entity type for which the assignment will be created.
|
Copyright © 2024. All rights reserved.