| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin | |
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<CreateAccountAssignmentResult> |
AWSSSOAdminAsyncClient.createAccountAssignmentAsync(CreateAccountAssignmentRequest request,
AsyncHandler<CreateAccountAssignmentRequest,CreateAccountAssignmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAccountAssignmentRequest |
CreateAccountAssignmentRequest.clone() |
CreateAccountAssignmentRequest |
CreateAccountAssignmentRequest.withInstanceArn(String instanceArn)
The ARN of the SSO 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 AWS SSO, 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 © 2020. All rights reserved.