public final class Aws4SignerUtils extends Object
| Constructor | Description |
|---|---|
Aws4SignerUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static String |
formatDateStamp(long timeMilli) |
Returns a string representation of the given date time in yyyyMMdd
format.
|
static String |
formatTimestamp(long timeMilli) |
Returns a string representation of the given date time in
yyyyMMdd'T'HHmmss'Z' format.
|
public static String formatDateStamp(long timeMilli)
public static String formatTimestamp(long timeMilli)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.