Uses of Class
software.amazon.awssdk.http.auth.aws.internal.signer.CredentialScope
Packages that use CredentialScope
Package
Description
-
Uses of CredentialScope in software.amazon.awssdk.http.auth.aws.crt.internal.signer
Methods in software.amazon.awssdk.http.auth.aws.crt.internal.signer that return CredentialScopeMethods in software.amazon.awssdk.http.auth.aws.crt.internal.signer with parameters of type CredentialScopeModifier and TypeMethodDescriptionV4aProperties.Builder.credentialScope(CredentialScope credentialScope) Constructors in software.amazon.awssdk.http.auth.aws.crt.internal.signer with parameters of type CredentialScopeModifierConstructorDescriptionSigV4aChunkExtensionProvider(RollingSigner signer, CredentialScope credentialScope) SigV4aTrailerProvider(List<TrailerProvider> trailerProviders, RollingSigner signer, CredentialScope credentialScope) -
Uses of CredentialScope in software.amazon.awssdk.http.auth.aws.eventstream.internal.io
Methods in software.amazon.awssdk.http.auth.aws.eventstream.internal.io with parameters of type CredentialScopeModifier and TypeMethodDescriptionSigV4DataFramePublisher.Builder.credentialScope(CredentialScope credentialScope) -
Uses of CredentialScope in software.amazon.awssdk.http.auth.aws.eventstream.internal.signer
Methods in software.amazon.awssdk.http.auth.aws.eventstream.internal.signer with parameters of type CredentialScopeModifier and TypeMethodDescriptionEventStreamV4PayloadSigner.Builder.credentialScope(CredentialScope credentialScope) -
Uses of CredentialScope in software.amazon.awssdk.http.auth.aws.internal.signer
Methods in software.amazon.awssdk.http.auth.aws.internal.signer that return CredentialScopeMethods in software.amazon.awssdk.http.auth.aws.internal.signer with parameters of type CredentialScopeModifier and TypeMethodDescriptionV4Properties.Builder.credentialScope(CredentialScope credentialScope) -
Uses of CredentialScope in software.amazon.awssdk.http.auth.aws.internal.signer.chunkedencoding
Constructors in software.amazon.awssdk.http.auth.aws.internal.signer.chunkedencoding with parameters of type CredentialScopeModifierConstructorDescriptionSigV4ChunkExtensionProvider(RollingSigner signer, CredentialScope credentialScope) SigV4TrailerProvider(List<TrailerProvider> trailerProviders, RollingSigner signer, CredentialScope credentialScope) -
Uses of CredentialScope in software.amazon.awssdk.http.auth.aws.internal.signer.util
Methods in software.amazon.awssdk.http.auth.aws.internal.signer.util with parameters of type CredentialScopeModifier and TypeMethodDescriptionstatic byte[]SignerUtils.deriveSigningKey(AwsCredentialsIdentity credentials, CredentialScope credentialScope) Get the signing key based on the given credentials and a credential-scopestatic EventStreamV4PayloadSignerOptionalDependencyLoaderUtil.getEventStreamV4PayloadSigner(AwsCredentialsIdentity credentials, CredentialScope credentialScope, Clock signingClock)