public static class Time.S3Time extends Object
ZonedDateTime to handle ISO8601UTC format.| Modifier and Type | Class and Description |
|---|---|
static class |
Time.S3Time.S3TimeConverter
XML converter class.
|
| Constructor and Description |
|---|
S3Time() |
S3Time(ZonedDateTime value) |
| Modifier and Type | Method and Description |
|---|---|
static Time.S3Time |
fromString(String value) |
String |
toString() |
ZonedDateTime |
toZonedDateTime() |
public S3Time()
public S3Time(ZonedDateTime value)
public ZonedDateTime toZonedDateTime()
public static Time.S3Time fromString(String value)