| 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 Security Token Service (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 Amazon Web Services account, the details of that
account.
|
UserIdentity |
UserIdentity.withAwsService(AwsService awsService)
If the action was performed by an Amazon Web Services account that belongs to an Amazon Web 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 Security Token Service (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 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 Amazon Web Services 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 © 2023. All rights reserved.