| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static SessionContextAttributes.Builder |
SessionContextAttributes.builder() |
SessionContextAttributes.Builder |
SessionContextAttributes.Builder.creationDate(Instant creationDate)
The date and time, in UTC and ISO 8601 format, when the credentials were issued.
|
SessionContextAttributes.Builder |
SessionContextAttributes.Builder.mfaAuthenticated(Boolean mfaAuthenticated)
Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.
|
SessionContextAttributes.Builder |
SessionContextAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SessionContextAttributes.Builder> |
SessionContextAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SessionContext.Builder |
SessionContext.Builder.attributes(Consumer<SessionContextAttributes.Builder> attributes)
The date and time when the credentials were issued, and whether the credentials were authenticated with a
multi-factor authentication (MFA) device.
|
Copyright © 2021. All rights reserved.