| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
UserIdentityRoot |
UserIdentityRoot.clone() |
UserIdentityRoot |
UserIdentity.getRoot()
If the action was performed using the credentials for your AWS account, the details of your account.
|
UserIdentityRoot |
UserIdentityRoot.withAccountId(String accountId)
The unique identifier for the AWS account.
|
UserIdentityRoot |
UserIdentityRoot.withArn(String arn)
The Amazon Resource Name (ARN) of the principal that performed the action.
|
UserIdentityRoot |
UserIdentityRoot.withPrincipalId(String principalId)
The unique identifier for the entity that performed the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserIdentity.setRoot(UserIdentityRoot root)
If the action was performed using the credentials for your AWS account, the details of your account.
|
UserIdentity |
UserIdentity.withRoot(UserIdentityRoot root)
If the action was performed using the credentials for your AWS account, the details of your account.
|
Copyright © 2020. All rights reserved.