| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin |
Amazon Web Services Single Sign On (SSO) is a cloud SSO service that makes it easy to centrally manage SSO access to
multiple Amazon Web Services accounts and business applications.
|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
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 Amazon Web Services account using a specified permission set.
|
Future<DeleteAccountAssignmentResult> |
AWSSSOAdminAsyncClient.deleteAccountAssignmentAsync(DeleteAccountAssignmentRequest request,
AsyncHandler<DeleteAccountAssignmentRequest,DeleteAccountAssignmentResult> asyncHandler) |
| 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 Amazon Web Services 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 Amazon Web Services 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 © 2022. All rights reserved.