Uses of Interface
software.amazon.awssdk.auth.token.credentials.SdkToken
-
-
Uses of SdkToken in software.amazon.awssdk.auth.credentials
Methods in software.amazon.awssdk.auth.credentials that return SdkToken Modifier and Type Method Description static 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 SdkToken Modifier and Type Method Description SdkTokenTokenSignerParams. token()Methods in software.amazon.awssdk.auth.signer.params with parameters of type SdkToken Modifier and Type Method Description voidTokenSignerParams.BuilderImpl. setToken(SdkToken token)BTokenSignerParams.Builder. token(SdkToken token)Set this value to provide a token for signing This is required for token signing.BTokenSignerParams.BuilderImpl. token(SdkToken token) -
Uses of SdkToken in software.amazon.awssdk.auth.token.credentials
Methods in software.amazon.awssdk.auth.token.credentials that return SdkToken Modifier and Type Method Description SdkTokenProfileTokenProvider. resolveToken()SdkTokenSdkTokenProvider. resolveToken()Returns anSdkTokenthat can be used to authorize a request.SdkTokenSdkTokenProviderChain. resolveToken()SdkTokenStaticTokenProvider. resolveToken()Methods in software.amazon.awssdk.auth.token.credentials with parameters of type SdkToken Modifier and Type Method Description static StaticTokenProviderStaticTokenProvider. create(SdkToken token)Create 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 Modifier and Type Method Description SdkTokenDefaultAwsTokenProvider. resolveToken() -
Uses of SdkToken in software.amazon.awssdk.auth.token.internal
Methods in software.amazon.awssdk.auth.token.internal that return SdkToken Modifier and Type Method Description SdkTokenLazyTokenProvider. resolveToken() -
Uses of SdkToken in software.amazon.awssdk.auth.token.signer
Fields in software.amazon.awssdk.auth.token.signer with type parameters of type SdkToken Modifier and Type Field Description static ExecutionAttribute<SdkToken>SdkTokenExecutionAttribute. SDK_TOKENDeprecated.This is a protected class that is internal to the SDK, so you shouldn't be using it.
-