Class SessionCredentials
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SessionCredentials.Builder,SessionCredentials>
The established temporary security credentials of the session.
Directory buckets - These session credentials are only supported for the authentication and authorization of Zonal endpoint API operations on directory buckets.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringA unique identifier that's associated with a secret access key.static SessionCredentials.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final InstantTemporary security credentials expire after a specified interval.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringA key that's used with the access key ID to cryptographically sign programmatic Amazon Web Services requests.static Class<? extends SessionCredentials.Builder>final StringA part of the temporary security credentials.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
accessKeyId
A unique identifier that's associated with a secret access key. The access key ID and the secret access key are used together to sign programmatic Amazon Web Services requests cryptographically.
- Returns:
- A unique identifier that's associated with a secret access key. The access key ID and the secret access key are used together to sign programmatic Amazon Web Services requests cryptographically.
-
secretAccessKey
A key that's used with the access key ID to cryptographically sign programmatic Amazon Web Services requests. Signing a request identifies the sender and prevents the request from being altered.
- Returns:
- A key that's used with the access key ID to cryptographically sign programmatic Amazon Web Services requests. Signing a request identifies the sender and prevents the request from being altered.
-
sessionToken
A part of the temporary security credentials. The session token is used to validate the temporary security credentials.
- Returns:
- A part of the temporary security credentials. The session token is used to validate the temporary security credentials.
-
expiration
Temporary security credentials expire after a specified interval. After temporary credentials expire, any calls that you make with those credentials will fail. So you must generate a new set of temporary credentials. Temporary credentials cannot be extended or refreshed beyond the original specified interval.
- Returns:
- Temporary security credentials expire after a specified interval. After temporary credentials expire, any calls that you make with those credentials will fail. So you must generate a new set of temporary credentials. Temporary credentials cannot be extended or refreshed beyond the original specified interval.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SessionCredentials.Builder,SessionCredentials>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-