| Package | Description |
|---|---|
| com.amazonaws.auth | |
| com.amazonaws.auth.presign |
| Modifier and Type | Class and Description |
|---|---|
static class |
SdkClock.MockClock
Mock implementation used in tests.
|
| Modifier and Type | Field and Description |
|---|---|
static SdkClock |
SdkClock.STANDARD
Standard implementation that calls out to
System.currentTimeMillis(). |
| Modifier and Type | Method and Description |
|---|---|
static SdkClock |
SdkClock.Instance.get() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SdkClock.Instance.set(SdkClock newClock)
Should only be used by tests to mock the clock.
|
| Constructor and Description |
|---|
AWS4Signer(SdkClock clock) |
AWS4UnsignedPayloadSigner(SdkClock clock) |
| Modifier and Type | Method and Description |
|---|---|
SdkClock |
PresignerParams.clock() |
| Modifier and Type | Method and Description |
|---|---|
PresignerParams.Builder |
PresignerParams.Builder.clock(SdkClock clock) |
| Constructor and Description |
|---|
PresignerParams(URI endpoint,
AWSCredentialsProvider credentialsProvider,
com.amazonaws.internal.auth.SignerProvider signerProvider,
SdkClock clock) |
Copyright © 2017. All rights reserved.