| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
IamUser.Builder |
IamUser.Builder.accountId(String accountId)
The unique identifier for the AWS account that's associated with the IAM user who performed the action.
|
IamUser.Builder |
IamUser.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the principal that performed the action.
|
static IamUser.Builder |
IamUser.builder() |
IamUser.Builder |
IamUser.Builder.principalId(String principalId)
The unique identifier for the IAM user who performed the action.
|
IamUser.Builder |
IamUser.toBuilder() |
IamUser.Builder |
IamUser.Builder.userName(String userName)
The user name of the IAM user who performed the action.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IamUser.Builder> |
IamUser.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2020. All rights reserved.