Class Credentials
java.lang.Object
software.amazon.awssdk.services.sts.model.Credentials
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Credentials.Builder,Credentials>
@Generated("software.amazon.awssdk:codegen")
public final class Credentials
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<Credentials.Builder,Credentials>
Amazon Web Services credentials for API authentication.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe access key ID that identifies the temporary security credentials.static Credentials.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final InstantThe date on which the current credentials expire.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe secret access key that can be used to sign requests.static Class<? extends Credentials.Builder>final StringThe token that users must pass to the service API to use the temporary 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
The access key ID that identifies the temporary security credentials.
- Returns:
- The access key ID that identifies the temporary security credentials.
-
secretAccessKey
The secret access key that can be used to sign requests.
- Returns:
- The secret access key that can be used to sign requests.
-
sessionToken
The token that users must pass to the service API to use the temporary credentials.
- Returns:
- The token that users must pass to the service API to use the temporary credentials.
-
expiration
The date on which the current credentials expire.
- Returns:
- The date on which the current credentials expire.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Credentials.Builder,Credentials>
-
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
-