@Generated(value="software.amazon.awssdk:codegen") public final class SessionContext extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SessionContext.Builder,SessionContext>
Provides information about a session that was created for an entity that performed an action by using temporary security credentials.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SessionContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
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 |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SessionContext.Builder> |
serializableBuilderClass() |
SessionIssuer |
sessionIssuer()
The source and type of credentials that were issued to the entity.
|
SessionContext.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SessionContextAttributes attributes()
The date and time when the credentials were issued, and whether the credentials were authenticated with a multi-factor authentication (MFA) device.
public final SessionIssuer sessionIssuer()
The source and type of credentials that were issued to the entity.
public SessionContext.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SessionContext.Builder,SessionContext>public static SessionContext.Builder builder()
public static Class<? extends SessionContext.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.