| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAccountAssignmentResult> |
AWSSSOAdminAsyncClient.createAccountAssignmentAsync(CreateAccountAssignmentRequest request,
AsyncHandler<CreateAccountAssignmentRequest,CreateAccountAssignmentResult> asyncHandler) |
Future<CreateAccountAssignmentResult> |
AbstractAWSSSOAdminAsync.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 AWS 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 AWS account identifier, typically a 10-12 digit string (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 © 2023. All rights reserved.