| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
IamUser |
IamUser.clone() |
IamUser |
UserIdentity.getIamUser()
If the action was performed using the credentials for an Identity and Access Management (IAM) user, the name and
other details about the user.
|
IamUser |
IamUser.withAccountId(String accountId)
The unique identifier for the Amazon Web Services account that's associated with the IAM user who performed the
action.
|
IamUser |
IamUser.withArn(String arn)
The Amazon Resource Name (ARN) of the principal that performed the action.
|
IamUser |
IamUser.withPrincipalId(String principalId)
The unique identifier for the IAM user who performed the action.
|
IamUser |
IamUser.withUserName(String userName)
The user name of the IAM user who performed the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserIdentity.setIamUser(IamUser iamUser)
If the action was performed using the credentials for an Identity and Access Management (IAM) user, the name and
other details about the user.
|
UserIdentity |
UserIdentity.withIamUser(IamUser iamUser)
If the action was performed using the credentials for an Identity and Access Management (IAM) user, the name and
other details about the user.
|
Copyright © 2022. All rights reserved.