Skip navigation links
A B C D E F G H I L O P Q R S T V X 

A

AbstractAwsSigner - Class in software.amazon.awssdk.auth.signer
Abstract base class for AWS signing protocol implementations.
AbstractAwsSigner() - Constructor for class software.amazon.awssdk.auth.signer.AbstractAwsSigner
 
accessKeyId() - Method in class software.amazon.awssdk.auth.credentials.AwsCredentials
Retrieve the AWS access key, used to identify the user interacting with AWS.
addCredentialsProvider(AwsCredentialsProvider) - Method in class software.amazon.awssdk.auth.credentials.AwsCredentialsProviderChain.Builder
Add a credential provider to the chain, after the credential providers that have already been configured.
addSessionCredentials(SdkHttpFullRequest.Builder, AwsSessionCredentials) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
Adds session credentials to the request given.
addSessionCredentials(SdkHttpFullRequest.Builder, AwsSessionCredentials) - Method in class software.amazon.awssdk.auth.signer.Aws4Signer
 
addSessionCredentials(SdkHttpFullRequest.Builder, AwsSessionCredentials) - Method in class software.amazon.awssdk.auth.signer.QueryStringSigner
 
AnonymousCredentialsProvider - Class in software.amazon.awssdk.auth.credentials
Credentials provider that always returns anonymous AwsCredentials.
asyncCredentialUpdateEnabled(Boolean) - Method in class software.amazon.awssdk.auth.credentials.DefaultCredentialsProvider.Builder
Configure whether this provider should fetch credentials asynchronously in the background.
AUTHORIZATION - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
 
AWS4_SIGNING_ALGORITHM - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
 
AWS4_TERMINATOR - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
 
Aws4Signer - Class in software.amazon.awssdk.auth.signer
Signer implementation that signs requests with the AWS4 signing protocol.
Aws4Signer() - Constructor for class software.amazon.awssdk.auth.signer.Aws4Signer
Construct a new AWS4 signer instance.
Aws4Signer(boolean) - Constructor for class software.amazon.awssdk.auth.signer.Aws4Signer
Construct a new AWS4 signer instance.
Aws4Signer(SdkClock) - Constructor for class software.amazon.awssdk.auth.signer.Aws4Signer
 
Aws4SignerRequestParams - Class in software.amazon.awssdk.auth.signer.internal
Parameters that are used for computing a AWS 4 signature for a request.
Aws4SignerRequestParams(SdkRequest, SdkHttpFullRequest.Builder, ExecutionAttributes, Date, String, String, String) - Constructor for class software.amazon.awssdk.auth.signer.internal.Aws4SignerRequestParams
Generates an instance of AWS4signerRequestParams that holds the parameters used for computing a AWS 4 signature for a request.
Aws4SignerUtils - Class in software.amazon.awssdk.auth.signer.internal
Utility methods that is used by the different AWS Signer implementations.
AWS_CREDENTIALS - Static variable in class software.amazon.awssdk.auth.AwsExecutionAttributes
The key under which the request credentials are set.
AWS_REGION - Static variable in class software.amazon.awssdk.auth.AwsExecutionAttributes
The AWS Region the client was configured with.
AwsCredentials - Class in software.amazon.awssdk.auth.credentials
Provides access to the AWS credentials used for accessing AWS services: AWS access key ID and secret access key.
AwsCredentials(String, String) - Constructor for class software.amazon.awssdk.auth.credentials.AwsCredentials
Constructs a new credentials object, with the specified AWS access key, AWS secret key and AWS session token.
AwsCredentialsProvider - Interface in software.amazon.awssdk.auth.credentials
Interface for loading AwsCredentials that are used for authentication.
AwsCredentialsProviderChain - Class in software.amazon.awssdk.auth.credentials
AwsCredentialsProvider implementation that chains together multiple credentials providers.
AwsCredentialsProviderChain.Builder - Class in software.amazon.awssdk.auth.credentials
A builder for a AwsCredentialsProviderChain that allows controlling its behavior.
AwsExecutionAttributes - Class in software.amazon.awssdk.auth
AWS-specific attributes attached to the execution.
AwsSessionCredentials - Class in software.amazon.awssdk.auth.credentials
A special type of AwsCredentials that also provides a session token to be used in service authentication.

B

build() - Method in class software.amazon.awssdk.auth.credentials.AwsCredentialsProviderChain.Builder
Constructs a new AWSCredentialsProviderChain with the specified credential providers.
build() - Method in class software.amazon.awssdk.auth.credentials.ContainerCredentialsProvider.Builder
Build a ContainerCredentialsProvider from the provided configuration.
build() - Method in class software.amazon.awssdk.auth.credentials.DefaultCredentialsProvider.Builder
Create a DefaultCredentialsProvider using the configuration defined in this builder.
build() - Method in class software.amazon.awssdk.auth.credentials.InstanceProfileCredentialsProvider.Builder
Build a InstanceProfileCredentialsProvider from the provided configuration.
build() - Method in class software.amazon.awssdk.auth.credentials.ProfileCredentialsProvider.Builder
Create a ProfileCredentialsProvider using the configuration applied to this builder.
builder() - Static method in class software.amazon.awssdk.auth.credentials.AwsCredentialsProviderChain
Get a new builder for creating a AwsCredentialsProviderChain.
builder() - Static method in class software.amazon.awssdk.auth.credentials.ContainerCredentialsProvider
Create a builder for creating a ContainerCredentialsProvider.
builder() - Static method in class software.amazon.awssdk.auth.credentials.DefaultCredentialsProvider
Get a builder for defining a DefaultCredentialsProvider with custom configuration.
builder() - Static method in class software.amazon.awssdk.auth.credentials.InstanceProfileCredentialsProvider
Create a builder for creating a InstanceProfileCredentialsProvider.
builder() - Static method in class software.amazon.awssdk.auth.credentials.ProfileCredentialsProvider
Get a builder for creating a custom ProfileCredentialsProvider.

C

calculateContentHash(Aws4SignerRequestParams, SdkHttpFullRequest.Builder) - Method in class software.amazon.awssdk.auth.signer.Aws4Signer
Calculate the hash of the request's payload.
calculateContentHashPresign(Aws4SignerRequestParams, SdkHttpFullRequest.Builder) - Method in class software.amazon.awssdk.auth.signer.Aws4Signer
Calculate the hash of the request's payload.
CanHandleNullCredentials - Interface in software.amazon.awssdk.auth.credentials
Used to explicitly indicate that a Signer can gracefully handle credentials being null when calling Signer#sign(SignableRequest)
ChildProfileCredentialsProviderFactory - Interface in software.amazon.awssdk.auth.credentials
A factory for AwsCredentialsProviders that are derived from another set of credentials in a profile file.
close() - Method in class software.amazon.awssdk.auth.credentials.AwsCredentialsProviderChain
 
close() - Method in class software.amazon.awssdk.auth.credentials.DefaultCredentialsProvider
 
close() - Method in class software.amazon.awssdk.auth.credentials.ProfileCredentialsProvider
 
ContainerCredentialsProvider - Class in software.amazon.awssdk.auth.credentials
AwsCredentialsProvider implementation that loads credentials from a local metadata service.
ContainerCredentialsProvider.Builder - Class in software.amazon.awssdk.auth.credentials
A builder for creating a custom a ContainerCredentialsProvider.
create() - Static method in class software.amazon.awssdk.auth.credentials.AnonymousCredentialsProvider
 
create(String, String) - Static method in class software.amazon.awssdk.auth.credentials.AwsCredentials
Constructs a new credentials object, with the specified AWS access key, AWS secret key and AWS session token.
create(String, String, String) - Static method in class software.amazon.awssdk.auth.credentials.AwsSessionCredentials
Constructs a new session credentials object, with the specified AWS access key, AWS secret key and AWS session token.
create(AwsCredentialsProvider, Profile) - Method in interface software.amazon.awssdk.auth.credentials.ChildProfileCredentialsProviderFactory
Create a credentials provider for the provided profile, using the provided source credentials provider to authenticate with AWS.
create() - Static method in class software.amazon.awssdk.auth.credentials.DefaultCredentialsProvider
Create an create of the DefaultCredentialsProvider using the default configuration.
create() - Static method in class software.amazon.awssdk.auth.credentials.EnvironmentVariableCredentialsProvider
 
create() - Static method in class software.amazon.awssdk.auth.credentials.InstanceProfileCredentialsProvider
Create a InstanceProfileCredentialsProvider with default values.
create() - Static method in class software.amazon.awssdk.auth.credentials.ProfileCredentialsProvider
Create a ProfileCredentialsProvider using the ProfileFile.defaultProfileFile() and default profile name.
create(String) - Static method in class software.amazon.awssdk.auth.credentials.ProfileCredentialsProvider
Create a ProfileCredentialsProvider using the given profile name and ProfileFile.defaultProfileFile().
create(AwsCredentials) - Static method in class software.amazon.awssdk.auth.credentials.StaticCredentialsProvider
Create a credentials provider that always returns the provided set of credentials.
create() - Static method in class software.amazon.awssdk.auth.credentials.SystemPropertyCredentialsProvider
 
create(Signer) - Static method in class software.amazon.awssdk.auth.signer.StaticSignerProvider
 
credentialsProvider() - Method in class software.amazon.awssdk.auth.credentials.internal.ProfileCredentialsUtils
Retrieve the credentials provider for which this profile has been configured, if available.
credentialsProviders(Collection<? extends AwsCredentialsProvider>) - Method in class software.amazon.awssdk.auth.credentials.AwsCredentialsProviderChain.Builder
Configure the credentials providers that should be checked for credentials, in the order they should be checked.
credentialsProviders(AwsCredentialsProvider...) - Method in class software.amazon.awssdk.auth.credentials.AwsCredentialsProviderChain.Builder
Configure the credentials providers that should be checked for credentials, in the order they should be checked.
CredentialUtils - Class in software.amazon.awssdk.auth.util
 

D

DefaultCredentialsProvider - Class in software.amazon.awssdk.auth.credentials
AWS credentials provider chain that looks for credentials in this order: Java System Properties - aws.accessKeyId and aws.secretKey Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI Credentials delivered through the Amazon EC2 container service if AWS_CONTAINER_CREDENTIALS_RELATIVE_URI" environment variable is set and security manager has permission to access the variable, Instance profile credentials delivered through the Amazon EC2 metadata service
DefaultCredentialsProvider.Builder - Class in software.amazon.awssdk.auth.credentials
Configuration that defines the DefaultCredentialsProvider's behavior.

E

EMPTY_STRING_SHA256_HEX - Static variable in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
 
EnvironmentVariableCredentialsProvider - Class in software.amazon.awssdk.auth.credentials
AwsCredentialsProvider implementation that loads credentials from the AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_SESSION_TOKEN environment variables.
equals(Object) - Method in class software.amazon.awssdk.auth.credentials.AwsCredentials
 
equals(Object) - Method in class software.amazon.awssdk.auth.credentials.AwsSessionCredentials
 
executionAttributes() - Method in class software.amazon.awssdk.auth.signer.internal.Aws4SignerRequestParams
Returns the mutable attributes attached to the execution.

F

formatDateStamp(long) - Static method in class software.amazon.awssdk.auth.signer.internal.Aws4SignerUtils
Returns a string representation of the given date time in yyyyMMdd format.
formatTimestamp(long) - Static method in class software.amazon.awssdk.auth.signer.internal.Aws4SignerUtils
Returns a string representation of the given date time in yyyyMMdd'T'HHmmss'Z' format.

G

getBinaryRequestPayloadStream(InputStream) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
 
getCanonicalizedEndpoint(SdkHttpFullRequest) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
 
getCanonicalizedQueryString(Map<String, List<String>>) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
Examines the specified query string parameters and returns a canonicalized form.
getCanonicalizedResourcePath(String, boolean) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
 
getCredentials() - Method in class software.amazon.awssdk.auth.credentials.AnonymousCredentialsProvider
 
getCredentials() - Method in interface software.amazon.awssdk.auth.credentials.AwsCredentialsProvider
Returns AwsCredentials that can be used to authorize an AWS request.
getCredentials() - Method in class software.amazon.awssdk.auth.credentials.AwsCredentialsProviderChain
 
getCredentials() - Method in class software.amazon.awssdk.auth.credentials.DefaultCredentialsProvider
 
getCredentials() - Method in class software.amazon.awssdk.auth.credentials.ProfileCredentialsProvider
 
getCredentials() - Method in class software.amazon.awssdk.auth.credentials.StaticCredentialsProvider
 
getCredentialsEndpointProvider() - Method in class software.amazon.awssdk.auth.credentials.ContainerCredentialsProvider
 
getCredentialsEndpointProvider() - Method in class software.amazon.awssdk.auth.credentials.InstanceProfileCredentialsProvider
 
getFormattedSigningDate() - Method in class software.amazon.awssdk.auth.signer.internal.Aws4SignerRequestParams
Returns the formatted date in UTC zone of the signing date.
getFormattedSigningDateTime() - Method in class software.amazon.awssdk.auth.signer.internal.Aws4SignerRequestParams
Returns the formatted date and time of the signing date in UTC zone.
getMac() - Method in enum software.amazon.awssdk.auth.signer.SigningAlgorithm
Returns the thread local reference for the crypto algorithm
getNumberOfDaysSinceEpoch() - Method in class software.amazon.awssdk.auth.signer.internal.SignerKey
Returns the number of days since epoch for the date used for generating signing key.
getNumberOfDaysSinceEpoch() - Method in class software.amazon.awssdk.auth.signer.SignerKey
Returns the number of days since epoch for the date used for generating signing key.
getReadLimit(Aws4SignerRequestParams) - Static method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
 
getRegionName() - Method in class software.amazon.awssdk.auth.signer.Aws4Signer
Returns the region name that is used when calculating the signature.
getRegionName() - Method in class software.amazon.awssdk.auth.signer.internal.Aws4SignerRequestParams
Returns the AWS region name to be used while computing the signature.
getScope() - Method in class software.amazon.awssdk.auth.signer.internal.Aws4SignerRequestParams
Returns the scope of the signing.
getServiceName() - Method in class software.amazon.awssdk.auth.signer.Aws4Signer
Returns the service name that is used when calculating the signature.
getServiceName() - Method in class software.amazon.awssdk.auth.signer.internal.Aws4SignerRequestParams
Returns the AWS Service name to be used while computing the signature.
getSignatureDate(int) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
Returns the current time minus the given offset in seconds.
getSigner(String, String) - Static method in class software.amazon.awssdk.auth.signer.SignerFactory
Returns a non-null signer for the specified service and region according to the internal configuration which provides a basic default algorithm used for signer determination.
getSigner(SignerProviderContext) - Method in class software.amazon.awssdk.auth.signer.StaticSignerProvider
 
getSignerByTypeAndService(String, String) - Static method in class software.amazon.awssdk.auth.signer.SignerFactory
Returns an instance of the given signer type and configures it with the given service name (if applicable).
getSigningAlgorithm() - Method in class software.amazon.awssdk.auth.signer.internal.Aws4SignerRequestParams
Returns the signing algorithm used for computing the signature.
getSigningDateTimeMilli() - Method in class software.amazon.awssdk.auth.signer.internal.Aws4SignerRequestParams
Returns the signing date time in millis for which the signature needs to be computed.
getSigningKey() - Method in class software.amazon.awssdk.auth.signer.internal.SignerKey
Returns a copy of the signing key.
getSigningKey() - Method in class software.amazon.awssdk.auth.signer.SignerKey
Returns a copy of the signing key.

H

hash(String) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
Hashes the string contents (assumed to be UTF-8) using the SHA-256 algorithm.
hash(InputStream) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
 
hash(byte[]) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
Hashes the binary data using the SHA-256 algorithm.
hashCode() - Method in class software.amazon.awssdk.auth.credentials.AwsCredentials
 
hashCode() - Method in class software.amazon.awssdk.auth.credentials.AwsSessionCredentials
 
HOST - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
 
httpRequest() - Method in class software.amazon.awssdk.auth.signer.internal.Aws4SignerRequestParams
Returns the HTTP request to be signed.

I

InstanceProfileCredentialsProvider - Class in software.amazon.awssdk.auth.credentials
Credentials provider implementation that loads credentials from the Amazon EC2 Instance Metadata Service.
InstanceProfileCredentialsProvider.Builder - Class in software.amazon.awssdk.auth.credentials
A builder for creating a custom a InstanceProfileCredentialsProvider.
isAnonymous(AwsCredentials) - Static method in class software.amazon.awssdk.auth.util.CredentialUtils
Determine whether the provided credentials are anonymous credentials, indicating that the customer is not attempting to authenticate themselves.

L

LINE_SEPARATOR - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
 
loadSetting(SystemSetting) - Method in class software.amazon.awssdk.auth.credentials.EnvironmentVariableCredentialsProvider
 
loadSetting(SystemSetting) - Method in class software.amazon.awssdk.auth.credentials.SystemPropertyCredentialsProvider
 

O

of(AwsCredentialsProvider...) - Static method in class software.amazon.awssdk.auth.credentials.AwsCredentialsProviderChain
Create an AWS credentials provider chain with default configuration that checks the given credential providers.
originalRequest() - Method in class software.amazon.awssdk.auth.signer.internal.Aws4SignerRequestParams
Returns the original modeled request given to the SDK.

P

presign(Context.BeforeTransmission, ExecutionAttributes, Date) - Method in class software.amazon.awssdk.auth.signer.Aws4Signer
 
presign(Context.BeforeTransmission, ExecutionAttributes, Date) - Method in interface software.amazon.awssdk.auth.signer.Presigner
Signs the request by adding the signature to the URL rather than as a header.
PRESIGN_URL_MAX_EXPIRATION_SECONDS - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
Seconds in a week, which is the max expiration time Sig-v4 accepts.
Presigner - Interface in software.amazon.awssdk.auth.signer
A request signer that has special-case logic to presign requests, generating a URL which embeds the signature suitable for hyperlinking.
processRequestPayload(SdkHttpFullRequest.Builder, byte[], byte[], Aws4SignerRequestParams) - Method in class software.amazon.awssdk.auth.signer.Aws4Signer
Subclass could override this method to perform any additional procedure on the request payload, with access to the result from signing the header.
ProfileCredentialsProvider - Class in software.amazon.awssdk.auth.credentials
Credentials provider based on AWS configuration profiles.
ProfileCredentialsProvider.Builder - Class in software.amazon.awssdk.auth.credentials
A builder for creating a custom ProfileCredentialsProvider.
ProfileCredentialsUtils - Class in software.amazon.awssdk.auth.credentials.internal
Utility class to load ProfileCredentialsUtils.credentialsProvider() configured in a profile.
ProfileCredentialsUtils(Profile, Function<String, Optional<Profile>>) - Constructor for class software.amazon.awssdk.auth.credentials.internal.ProfileCredentialsUtils
 
profileFile(ProfileFile) - Method in class software.amazon.awssdk.auth.credentials.ProfileCredentialsProvider.Builder
Define the profile file that should be used by this credentials provider.
profileFile(Consumer<ProfileFile.Builder>) - Method in class software.amazon.awssdk.auth.credentials.ProfileCredentialsProvider.Builder
Similar to ProfileCredentialsProvider.Builder.profileFile(ProfileFile), but takes a lambda to configure a new ProfileFile.Builder.
profileName(String) - Method in class software.amazon.awssdk.auth.credentials.ProfileCredentialsProvider.Builder
Define the name of the profile that should be used by this credentials provider.

Q

QueryStringSigner - Class in software.amazon.awssdk.auth.signer
Signer implementation responsible for signing an AWS query string request according to the various signature versions and hashing algorithms.
QueryStringSigner() - Constructor for class software.amazon.awssdk.auth.signer.QueryStringSigner
 

R

RegionAwareSigner - Interface in software.amazon.awssdk.auth.signer
A signer that needs to know which region it is talking to.
regionName - Variable in class software.amazon.awssdk.auth.signer.Aws4Signer
Region name override for use when the endpoint can't be used to determine the region name.
registerSigner(String, Class<? extends Signer>) - Static method in class software.amazon.awssdk.auth.signer.SignerFactory
Register an implementation class for the given signer type.
reuseLastProviderEnabled(Boolean) - Method in class software.amazon.awssdk.auth.credentials.AwsCredentialsProviderChain.Builder
Controls whether the chain should reuse the last successful credentials provider in the chain.
reuseLastProviderEnabled(Boolean) - Method in class software.amazon.awssdk.auth.credentials.DefaultCredentialsProvider.Builder
Controls whether the provider should reuse the last successful credentials provider in the chain.

S

sanitizeCredentials(AwsCredentials) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
Loads the individual access key ID and secret key from the specified credentials, trimming any extra whitespace from the credentials.
secretAccessKey() - Method in class software.amazon.awssdk.auth.credentials.AwsCredentials
Retrieve the AWS secret access key, used to authenticate the user interacting with AWS.
ServiceAwareSigner - Interface in software.amazon.awssdk.auth.signer
A signer that needs to know which service it is talking to.
serviceName - Variable in class software.amazon.awssdk.auth.signer.Aws4Signer
Service name override for use when the endpoint can't be used to determine the service name.
sessionToken() - Method in class software.amazon.awssdk.auth.credentials.AwsSessionCredentials
Retrieve the AWS session token.
setOverrideDate(Date) - Method in class software.amazon.awssdk.auth.signer.Aws4Signer
Sets the date that overrides the signing date in the request.
setRegionName(String) - Method in class software.amazon.awssdk.auth.signer.Aws4Signer
Sets the region name that this signer should use when calculating request signatures.
setRegionName(String) - Method in interface software.amazon.awssdk.auth.signer.RegionAwareSigner
Configure this signer with the name of the region it will be used to sign requests for.
setServiceName(String) - Method in class software.amazon.awssdk.auth.signer.Aws4Signer
Sets the service name that this signer should use when calculating request signatures.
setServiceName(String) - Method in interface software.amazon.awssdk.auth.signer.ServiceAwareSigner
Configure this signer with the name of the service it will be used to sign requests for.
sign(String, byte[], SigningAlgorithm) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
 
sign(byte[], byte[], SigningAlgorithm) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
 
sign(Context.BeforeTransmission, ExecutionAttributes) - Method in class software.amazon.awssdk.auth.signer.Aws4Signer
 
sign(Context.BeforeTransmission, ExecutionAttributes) - Method in class software.amazon.awssdk.auth.signer.QueryStringSigner
This signer will add "Signature" parameter to the request.
signAndBase64Encode(String, String, SigningAlgorithm) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
Computes an RFC 2104-compliant HMAC signature and returns the result as a Base64 encoded string.
SignerConstants - Class in software.amazon.awssdk.auth.signer
 
SignerFactory - Class in software.amazon.awssdk.auth.signer
Signer factory.
SignerKey - Class in software.amazon.awssdk.auth.signer.internal
Holds the signing key and the number of days since epoch for the date for which the signing key was generated.
SignerKey(long, byte[]) - Constructor for class software.amazon.awssdk.auth.signer.internal.SignerKey
 
SignerKey - Class in software.amazon.awssdk.auth.signer
Holds the signing key and the number of days since epoch for the date for which the signing key was generated.
SignerKey(long, byte[]) - Constructor for class software.amazon.awssdk.auth.signer.SignerKey
 
SigningAlgorithm - Enum in software.amazon.awssdk.auth.signer
 
signWithMac(String, Mac) - Method in class software.amazon.awssdk.auth.signer.AbstractAwsSigner
 
software.amazon.awssdk.auth - package software.amazon.awssdk.auth
 
software.amazon.awssdk.auth.credentials - package software.amazon.awssdk.auth.credentials
 
software.amazon.awssdk.auth.credentials.internal - package software.amazon.awssdk.auth.credentials.internal
 
software.amazon.awssdk.auth.signer - package software.amazon.awssdk.auth.signer
 
software.amazon.awssdk.auth.signer.internal - package software.amazon.awssdk.auth.signer.internal
 
software.amazon.awssdk.auth.util - package software.amazon.awssdk.auth.util
 
StaticCredentialsProvider - Class in software.amazon.awssdk.auth.credentials
An implementation of AwsCredentialsProvider that returns a set implementation of AwsCredentials.
StaticSignerProvider - Class in software.amazon.awssdk.auth.signer
Implementation of SignerProvider that always returns the same signer regardless of context.
SystemPropertyCredentialsProvider - Class in software.amazon.awssdk.auth.credentials
AwsCredentialsProvider implementation that loads credentials from the aws.accessKeyId, aws.secretAccessKey and aws.sessionToken system properties.

T

toString() - Method in class software.amazon.awssdk.auth.credentials.AnonymousCredentialsProvider
 
toString() - Method in class software.amazon.awssdk.auth.credentials.AwsCredentials
 
toString() - Method in class software.amazon.awssdk.auth.credentials.AwsCredentialsProviderChain
 
toString() - Method in class software.amazon.awssdk.auth.credentials.AwsSessionCredentials
 
toString() - Method in class software.amazon.awssdk.auth.credentials.ContainerCredentialsProvider
 
toString() - Method in class software.amazon.awssdk.auth.credentials.DefaultCredentialsProvider
 
toString() - Method in class software.amazon.awssdk.auth.credentials.EnvironmentVariableCredentialsProvider
 
toString() - Method in class software.amazon.awssdk.auth.credentials.InstanceProfileCredentialsProvider
 
toString() - Method in class software.amazon.awssdk.auth.credentials.ProfileCredentialsProvider
 
toString() - Method in class software.amazon.awssdk.auth.credentials.StaticCredentialsProvider
 
toString() - Method in class software.amazon.awssdk.auth.credentials.SystemPropertyCredentialsProvider
 

V

valueOf(String) - Static method in enum software.amazon.awssdk.auth.signer.SigningAlgorithm
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.auth.signer.SigningAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.

X

X_AMZ_ALGORITHM - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
 
X_AMZ_CONTENT_SHA256 - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
 
X_AMZ_CREDENTIAL - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
 
X_AMZ_DATE - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
 
X_AMZ_EXPIRES - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
 
X_AMZ_SECURITY_TOKEN - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
 
X_AMZ_SIGNATURE - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
 
X_AMZ_SIGNED_HEADER - Static variable in class software.amazon.awssdk.auth.signer.SignerConstants
 
A B C D E F G H I L O P Q R S T V X 
Skip navigation links

Copyright © 2018. All rights reserved.