| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
FederatedUser |
FederatedUser.clone() |
FederatedUser |
UserIdentity.getFederatedUser()
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.
|
FederatedUser |
FederatedUser.withAccessKeyId(String accessKeyId)
The Amazon Web Services access key ID that identifies the credentials.
|
FederatedUser |
FederatedUser.withAccountId(String accountId)
The unique identifier for the Amazon Web Services account that owns the entity that was used to get the
credentials.
|
FederatedUser |
FederatedUser.withArn(String arn)
The Amazon Resource Name (ARN) of the entity that was used to get the credentials.
|
FederatedUser |
FederatedUser.withPrincipalId(String principalId)
The unique identifier for the entity that was used to get the credentials.
|
FederatedUser |
FederatedUser.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.setFederatedUser(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.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.
|
Copyright © 2025. All rights reserved.