| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
AssumedRole |
AssumedRole.clone() |
AssumedRole |
UserIdentity.getAssumedRole()
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.
|
AssumedRole |
AssumedRole.withAccessKeyId(String accessKeyId)
The AWS access key ID that identifies the credentials.
|
AssumedRole |
AssumedRole.withAccountId(String accountId)
The unique identifier for the AWS account that owns the entity that was used to get the credentials.
|
AssumedRole |
AssumedRole.withArn(String arn)
The Amazon Resource Name (ARN) of the entity that was used to get the credentials.
|
AssumedRole |
AssumedRole.withPrincipalId(String principalId)
The unique identifier for the entity that was used to get the credentials.
|
AssumedRole |
AssumedRole.withSessionContext(SessionContext sessionContext)
The details of the session that was created for the credentials, including the entity that issued the session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserIdentity.setAssumedRole(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.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.
|
Copyright © 2021. All rights reserved.