Uses of Class
software.amazon.awssdk.services.macie2.model.SessionContext
-
Packages that use SessionContext Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of SessionContext in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return SessionContext Modifier and Type Method Description SessionContextAssumedRole. sessionContext()The details of the session that was created for the credentials, including the entity that issued the session.SessionContextFederatedUser. sessionContext()The details of the session that was created for the credentials, including the entity that issued the session.Methods in software.amazon.awssdk.services.macie2.model with parameters of type SessionContext Modifier and Type Method Description AssumedRole.BuilderAssumedRole.Builder. sessionContext(SessionContext sessionContext)The details of the session that was created for the credentials, including the entity that issued the session.FederatedUser.BuilderFederatedUser.Builder. sessionContext(SessionContext sessionContext)The details of the session that was created for the credentials, including the entity that issued the session.
-