| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
UserIdentity |
UserIdentity.clone() |
UserIdentity |
FindingActor.getUserIdentity()
The type and other characteristics of the entity that performed the action on the affected resource.
|
UserIdentity |
UserIdentity.withAssumedRole(AssumedRole assumedRole)
If the action was performed with temporary security credentials that were obtained using the AssumeRole operation
of the AWS Security Token Service (AWS STS) API, the identifiers, session context, and other details about the
identity.
|
UserIdentity |
UserIdentity.withAwsAccount(AwsAccount awsAccount)
If the action was performed using the credentials for another AWS account, the details of that account.
|
UserIdentity |
UserIdentity.withAwsService(AwsService awsService)
If the action was performed by an AWS account that belongs to an AWS service, the name of the service.
|
UserIdentity |
UserIdentity.withFederatedUser(FederatedUser federatedUser)
If the action was performed with temporary security credentials that were obtained using the GetFederationToken
operation of the AWS Security Token Service (AWS STS) API, the identifiers, session context, and other details
about the identity.
|
UserIdentity |
UserIdentity.withIamUser(IamUser iamUser)
If the action was performed using the credentials for an AWS Identity and Access Management (IAM) user, the name
and other details about the user.
|
UserIdentity |
UserIdentity.withRoot(UserIdentityRoot root)
If the action was performed using the credentials for your AWS account, the details of your account.
|
UserIdentity |
UserIdentity.withType(String type)
The type of entity that performed the action.
|
UserIdentity |
UserIdentity.withType(UserIdentityType type)
The type of entity that performed the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FindingActor.setUserIdentity(UserIdentity userIdentity)
The type and other characteristics of the entity that performed the action on the affected resource.
|
FindingActor |
FindingActor.withUserIdentity(UserIdentity userIdentity)
The type and other characteristics of the entity that performed the action on the affected resource.
|
Copyright © 2020. All rights reserved.