public final class Aws4SignerRequestParams extends Object
| Constructor and Description | 
|---|
| Aws4SignerRequestParams(Aws4SignerParams signerParams)Generates an instance of AWS4signerRequestParams that holds the
 parameters used for computing a AWS 4 signature for a request based on
 the given  Aws4SignerParamsfor that request. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFormattedRequestSigningDate()Returns the formatted date in UTC zone of the signing date for the
 request. | 
| String | getFormattedRequestSigningDateTime()Returns the formatted date and time of the request signing date in UTC
 zone. | 
| String | getRegionName()Returns the AWS region name to be used while computing the signature. | 
| long | getRequestSigningDateTimeMilli()Returns the request signing date time in millis for which the request
 signature needs to be computed. | 
| String | getScope()Returns the scope of the request signing. | 
| String | getServiceSigningName()Returns the AWS Service name to be used while computing the signature. | 
| String | getSigningAlgorithm()Returns the signing algorithm used for computing the signature. | 
| Clock | getSigningClock() | 
public Aws4SignerRequestParams(Aws4SignerParams signerParams)
Aws4SignerParams for that request.public Clock getSigningClock()
public String getScope()
public String getFormattedRequestSigningDateTime()
public long getRequestSigningDateTimeMilli()
public String getRegionName()
public String getServiceSigningName()
public String getFormattedRequestSigningDate()
public String getSigningAlgorithm()
Copyright © 2019. All rights reserved.