Package | Description |
---|---|
com.amazonaws.protocol | |
com.amazonaws.protocol.json | |
com.amazonaws.protocol.rpcv2cbor | |
com.amazonaws.util |
Modifier and Type | Method and Description |
---|---|
TimestampFormat |
MarshallingInfo.timestampFormat() |
Modifier and Type | Method and Description |
---|---|
StructuredJsonGenerator |
SdkJsonGenerator.writeValue(Date date,
TimestampFormat timestampFormat) |
StructuredJsonGenerator |
StructuredJsonGenerator.writeValue(Date date,
TimestampFormat timestampFormat) |
Modifier and Type | Method and Description |
---|---|
StructuredRpcV2CborGenerator |
StructuredRpcV2CborGenerator.writeValue(Date date,
TimestampFormat timestampFormat) |
StructuredRpcV2CborGenerator |
SdkRpcV2CborGenerator.writeValue(Date date,
TimestampFormat timestampFormat)
Timestamps are serialized as major type 6, value tag 1 (epoch-based date/time) to indicate the tagged value
is an epoch timestamp.
|
Modifier and Type | Method and Description |
---|---|
static TimestampFormat |
TimestampFormat.fromValue(String format) |
static TimestampFormat |
TimestampFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimestampFormat[] |
TimestampFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.