Uses of Interface
software.amazon.awssdk.services.macie2.model.SessionContext.Builder
-
Packages that use SessionContext.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of SessionContext.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return SessionContext.Builder Modifier and Type Method Description default SessionContext.BuilderSessionContext.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.BuilderSessionContext.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.BuilderSessionContext. builder()default SessionContext.BuilderSessionContext.Builder. sessionIssuer(Consumer<SessionIssuer.Builder> sessionIssuer)The source and type of credentials that were issued to the entity.SessionContext.BuilderSessionContext.Builder. sessionIssuer(SessionIssuer sessionIssuer)The source and type of credentials that were issued to the entity.SessionContext.BuilderSessionContext. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type SessionContext.Builder Modifier and Type Method Description static Class<? extends SessionContext.Builder>SessionContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type SessionContext.Builder Modifier and Type Method Description default AssumedRole.BuilderAssumedRole.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.BuilderFederatedUser.Builder. sessionContext(Consumer<SessionContext.Builder> sessionContext)The details of the session that was created for the credentials, including the entity that issued the session.
-