Uses of Interface
com.amazonaws.auth.Signer

Packages that use Signer
com.amazonaws   
com.amazonaws.auth   
com.amazonaws.http   
com.amazonaws.services.cloudfront_2012_03_15 Synchronous and asynchronous client classes for accessing AmazonCloudFront. 
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
 

Uses of Signer in com.amazonaws
 

Methods in com.amazonaws that return Signer
protected  Signer AmazonWebServiceClient.getSigner()
          Returns the signer.
 Signer AmazonWebServiceClient.getSignerByURI(URI uri)
          Returns the signer based on the given URI and the current AWS client configuration.
 

Uses of Signer in com.amazonaws.auth
 

Subinterfaces of Signer in com.amazonaws.auth
 interface RegionAwareSigner
          A signer that needs to know which region it is talking to.
 interface ServiceAwareSigner
          A signer that needs to know which service it is talking to.
 

Classes in com.amazonaws.auth that implement Signer
 class AbstractAWSSigner
          Abstract base class for AWS signing protocol implementations.
 class AWS3Signer
          Signer implementation that signs requests with the AWS3 signing protocol.
 class AWS4Signer
          Signer implementation that signs requests with the AWS4 signing protocol.
 class CloudFrontSigner
          Implementation of AbstractAWSSigner for Amazon CloudFront's authentication scheme.
 class NoOpSigner
          A No-Op Signer Implementation.
 class QueryStringSigner
          Signer implementation responsible for signing an AWS query string request according to the various signature versions and hashing algorithms.
 

Methods in com.amazonaws.auth that return Signer
static Signer SignerFactory.getSigner(String serviceName, String regionName)
          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.
static Signer SignerFactory.getSignerByTypeAndService(String signerType, String serviceName)
          Returns an instance of the given signer type and configures it with the given service name (if applicable).
 

Method parameters in com.amazonaws.auth with type arguments of type Signer
static void SignerFactory.registerSigner(String signerType, Class<? extends Signer> signerClass)
          Register an implementation class for the given signer type.
 

Uses of Signer in com.amazonaws.http
 

Methods in com.amazonaws.http that return Signer
 Signer ExecutionContext.getSignerByURI(URI uri)
          Returns the signer for the given uri.
 

Methods in com.amazonaws.http with parameters of type Signer
 void ExecutionContext.setSigner(Signer signer)
          There is in general no need to set the signer in the execution context, since the signer for each request may differ depending on the URI of the request.
 

Uses of Signer in com.amazonaws.services.cloudfront_2012_03_15
 

Methods in com.amazonaws.services.cloudfront_2012_03_15 that return Signer
 Signer AmazonCloudFrontClient.getSignerByURI(URI uri)
          Deprecated. Always return the same AWS CloudFrontSigner for this old AWS CloudFront client.
 

Uses of Signer in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 that return Signer
protected  Signer AmazonS3Client.createSigner(Request<?> request, String bucketName, String key)
          Returns a "complete" S3 specific signer, taking into the S3 bucket, key, and the current S3 client configuration into account.
 



Copyright © 2016. All rights reserved.