Uses of Interface
software.amazon.awssdk.services.macie2.model.SessionContextAttributes.Builder
-
Packages that use SessionContextAttributes.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of SessionContextAttributes.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return SessionContextAttributes.Builder Modifier and Type Method Description static SessionContextAttributes.BuilderSessionContextAttributes. builder()SessionContextAttributes.BuilderSessionContextAttributes.Builder. creationDate(Instant creationDate)The date and time, in UTC and ISO 8601 format, when the credentials were issued.SessionContextAttributes.BuilderSessionContextAttributes.Builder. mfaAuthenticated(Boolean mfaAuthenticated)Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.SessionContextAttributes.BuilderSessionContextAttributes. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type SessionContextAttributes.Builder Modifier and Type Method Description static Class<? extends SessionContextAttributes.Builder>SessionContextAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type SessionContextAttributes.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.
-