| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| 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.
|
SessionContext.Builder |
SessionContext.Builder.attributes(SessionContextAttributes attributes)
The date and time when the credentials were issued, and whether the credentials were authenticated with a
multi-factor authentication (MFA) device.
|
static SessionContext.Builder |
SessionContext.builder() |
default SessionContext.Builder |
SessionContext.Builder.sessionIssuer(Consumer<SessionIssuer.Builder> sessionIssuer)
The source and type of credentials that were issued to the entity.
|
SessionContext.Builder |
SessionContext.Builder.sessionIssuer(SessionIssuer sessionIssuer)
The source and type of credentials that were issued to the entity.
|
SessionContext.Builder |
SessionContext.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SessionContext.Builder> |
SessionContext.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AssumedRole.Builder |
AssumedRole.Builder.sessionContext(Consumer<SessionContext.Builder> sessionContext)
The details of the session that was created for the credentials, including the entity that issued the
session.
|
default FederatedUser.Builder |
FederatedUser.Builder.sessionContext(Consumer<SessionContext.Builder> sessionContext)
The details of the session that was created for the credentials, including the entity that issued the
session.
|
Copyright © 2021. All rights reserved.