| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
SessionContextAttributes |
SessionContextAttributes.clone() |
SessionContextAttributes |
SessionContext.getAttributes()
The date and time when the credentials were issued, and whether the credentials were authenticated with a
multi-factor authentication (MFA) device.
|
SessionContextAttributes |
SessionContextAttributes.withCreationDate(Date creationDate)
The date and time, in UTC and ISO 8601 format, when the credentials were issued.
|
SessionContextAttributes |
SessionContextAttributes.withMfaAuthenticated(Boolean mfaAuthenticated)
Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionContext.setAttributes(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.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.
|
Copyright © 2020. All rights reserved.