| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
AwsAccount.Builder |
AwsAccount.Builder.accountId(String accountId)
The unique identifier for the Amazon Web Services account.
|
static AwsAccount.Builder |
AwsAccount.builder() |
AwsAccount.Builder |
AwsAccount.Builder.principalId(String principalId)
The unique identifier for the entity that performed the action.
|
AwsAccount.Builder |
AwsAccount.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsAccount.Builder> |
AwsAccount.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UserIdentity.Builder |
UserIdentity.Builder.awsAccount(Consumer<AwsAccount.Builder> awsAccount)
If the action was performed using the credentials for another Amazon Web Services account, the details of
that account.
|
Copyright © 2021. All rights reserved.