| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
SessionContext |
SessionContext.clone() |
SessionContext |
AssumedRole.getSessionContext()
The details of the session that was created for the credentials, including the entity that issued the session.
|
SessionContext |
FederatedUser.getSessionContext()
The details of the session that was created for the credentials, including the entity that issued the session.
|
SessionContext |
SessionContext.withAttributes(SessionContextAttributes attributes)
The date and time when the credentials were issued, and whether the credentials were authenticated with a
multi-factor authentication (MFA) device.
|
SessionContext |
SessionContext.withSessionIssuer(SessionIssuer sessionIssuer)
The source and type of credentials that were issued to the entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssumedRole.setSessionContext(SessionContext sessionContext)
The details of the session that was created for the credentials, including the entity that issued the session.
|
void |
FederatedUser.setSessionContext(SessionContext sessionContext)
The details of the session that was created for the credentials, including the entity that issued the session.
|
AssumedRole |
AssumedRole.withSessionContext(SessionContext sessionContext)
The details of the session that was created for the credentials, including the entity that issued the session.
|
FederatedUser |
FederatedUser.withSessionContext(SessionContext sessionContext)
The details of the session that was created for the credentials, including the entity that issued the session.
|
Copyright © 2020. All rights reserved.