Uses of Interface
software.amazon.awssdk.auth.token.credentials.SdkToken
Packages that use SdkToken
Package
Description
-
Uses of SdkToken in software.amazon.awssdk.auth.credentials
Methods in software.amazon.awssdk.auth.credentials that return SdkTokenModifier and TypeMethodDescriptionstatic SdkTokenTokenUtils.toSdkToken(TokenIdentity tokenIdentity) Converts anTokenIdentitytoSdkToken. -
Uses of SdkToken in software.amazon.awssdk.auth.signer.params
Methods in software.amazon.awssdk.auth.signer.params that return SdkTokenMethods in software.amazon.awssdk.auth.signer.params with parameters of type SdkToken -
Uses of SdkToken in software.amazon.awssdk.auth.token.credentials
Methods in software.amazon.awssdk.auth.token.credentials that return SdkTokenModifier and TypeMethodDescriptionProfileTokenProvider.resolveToken()SdkTokenProvider.resolveToken()Returns anSdkTokenthat can be used to authorize a request.SdkTokenProviderChain.resolveToken()StaticTokenProvider.resolveToken()Methods in software.amazon.awssdk.auth.token.credentials with parameters of type SdkTokenModifier and TypeMethodDescriptionstatic StaticTokenProviderCreate a token provider that always returns the provided static token. -
Uses of SdkToken in software.amazon.awssdk.auth.token.credentials.aws
Methods in software.amazon.awssdk.auth.token.credentials.aws that return SdkToken -
Uses of SdkToken in software.amazon.awssdk.auth.token.internal
Methods in software.amazon.awssdk.auth.token.internal that return SdkToken -
Uses of SdkToken in software.amazon.awssdk.auth.token.signer
Fields in software.amazon.awssdk.auth.token.signer with type parameters of type SdkTokenModifier and TypeFieldDescriptionstatic final ExecutionAttribute<SdkToken>SdkTokenExecutionAttribute.SDK_TOKENDeprecated.This is a protected class that is internal to the SDK, so you shouldn't be using it.