Class SdkTokenExecutionAttribute
java.lang.Object
software.amazon.awssdk.auth.token.signer.SdkTokenExecutionAttribute
Deprecated.
Signer execution attributes have been deprecated in favor of signer properties, set on the auth scheme's signer
 options.
SdkToken authorizing attributes attached to the execution.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ExecutionAttribute<SdkToken> Deprecated.This is a protected class that is internal to the SDK, so you shouldn't be using it.
- 
Method Summary
- 
Field Details- 
SDK_TOKENDeprecated.This is a protected class that is internal to the SDK, so you shouldn't be using it.The token to sign requests using token authorization instead of AWS Credentials.
 
-