| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin | |
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteAccountAssignmentResult> |
AWSSSOAdminAsyncClient.deleteAccountAssignmentAsync(DeleteAccountAssignmentRequest request,
AsyncHandler<DeleteAccountAssignmentRequest,DeleteAccountAssignmentResult> asyncHandler) |
Future<DeleteAccountAssignmentResult> |
AbstractAWSSSOAdminAsync.deleteAccountAssignmentAsync(DeleteAccountAssignmentRequest request,
AsyncHandler<DeleteAccountAssignmentRequest,DeleteAccountAssignmentResult> asyncHandler) |
Future<DeleteAccountAssignmentResult> |
AWSSSOAdminAsync.deleteAccountAssignmentAsync(DeleteAccountAssignmentRequest deleteAccountAssignmentRequest,
AsyncHandler<DeleteAccountAssignmentRequest,DeleteAccountAssignmentResult> asyncHandler)
Deletes a principal's access from a specified AWS account using a specified permission set.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAccountAssignmentRequest |
DeleteAccountAssignmentRequest.clone() |
DeleteAccountAssignmentRequest |
DeleteAccountAssignmentRequest.withInstanceArn(String instanceArn)
The ARN of the SSO instance under which the operation will be executed.
|
DeleteAccountAssignmentRequest |
DeleteAccountAssignmentRequest.withPermissionSetArn(String permissionSetArn)
The ARN of the permission set that will be used to remove access.
|
DeleteAccountAssignmentRequest |
DeleteAccountAssignmentRequest.withPrincipalId(String principalId)
An identifier for an object in AWS SSO, such as a user or group.
|
DeleteAccountAssignmentRequest |
DeleteAccountAssignmentRequest.withPrincipalType(PrincipalType principalType)
The entity type for which the assignment will be deleted.
|
DeleteAccountAssignmentRequest |
DeleteAccountAssignmentRequest.withPrincipalType(String principalType)
The entity type for which the assignment will be deleted.
|
DeleteAccountAssignmentRequest |
DeleteAccountAssignmentRequest.withTargetId(String targetId)
TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).
|
DeleteAccountAssignmentRequest |
DeleteAccountAssignmentRequest.withTargetType(String targetType)
The entity type for which the assignment will be deleted.
|
DeleteAccountAssignmentRequest |
DeleteAccountAssignmentRequest.withTargetType(TargetType targetType)
The entity type for which the assignment will be deleted.
|
Copyright © 2021. All rights reserved.