| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
UserIdentity.Builder |
UserIdentity.Builder.assumedRole(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.
|
default UserIdentity.Builder |
UserIdentity.Builder.assumedRole(Consumer<AssumedRole.Builder> 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.Builder |
UserIdentity.Builder.awsAccount(AwsAccount awsAccount)
If the action was performed using the credentials for another AWS account, the details of that account.
|
default UserIdentity.Builder |
UserIdentity.Builder.awsAccount(Consumer<AwsAccount.Builder> awsAccount)
If the action was performed using the credentials for another AWS account, the details of that account.
|
UserIdentity.Builder |
UserIdentity.Builder.awsService(AwsService awsService)
If the action was performed by an AWS account that belongs to an AWS service, the name of the service.
|
default UserIdentity.Builder |
UserIdentity.Builder.awsService(Consumer<AwsService.Builder> awsService)
If the action was performed by an AWS account that belongs to an AWS service, the name of the service.
|
static UserIdentity.Builder |
UserIdentity.builder() |
default UserIdentity.Builder |
UserIdentity.Builder.federatedUser(Consumer<FederatedUser.Builder> 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.Builder |
UserIdentity.Builder.federatedUser(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.
|
default UserIdentity.Builder |
UserIdentity.Builder.iamUser(Consumer<IamUser.Builder> 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.Builder |
UserIdentity.Builder.iamUser(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.
|
default UserIdentity.Builder |
UserIdentity.Builder.root(Consumer<UserIdentityRoot.Builder> root)
If the action was performed using the credentials for your AWS account, the details of your account.
|
UserIdentity.Builder |
UserIdentity.Builder.root(UserIdentityRoot root)
If the action was performed using the credentials for your AWS account, the details of your account.
|
UserIdentity.Builder |
UserIdentity.toBuilder() |
UserIdentity.Builder |
UserIdentity.Builder.type(String type)
The type of entity that performed the action.
|
UserIdentity.Builder |
UserIdentity.Builder.type(UserIdentityType type)
The type of entity that performed the action.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserIdentity.Builder> |
UserIdentity.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FindingActor.Builder |
FindingActor.Builder.userIdentity(Consumer<UserIdentity.Builder> userIdentity)
The type and other characteristics of the entity that performed the action on the affected resource.
|
Copyright © 2020. All rights reserved.