Java com.amazonaws.services.s3.internal S3Signer fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.internal S3Signer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.internal S3Signer.

The text is from its open source code.

Subclass

com.amazonaws.services.s3.internal.S3Signer has subclasses.
Click this link to see all its subclasses.

Constructor

S3Signer(String httpVerb, String resourcePath)
Constructs a new S3Signer to sign requests based on the AWS credentials, HTTP method and canonical S3 resource path.

Method