| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ApproximateCreationDateTimePrecision |
ApproximateCreationDateTimePrecision.fromValue(String value)
Use this in place of valueOf.
|
static ApproximateCreationDateTimePrecision |
ApproximateCreationDateTimePrecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApproximateCreationDateTimePrecision[] |
ApproximateCreationDateTimePrecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKinesisStreamingConfiguration |
UpdateKinesisStreamingConfiguration.withApproximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision approximateCreationDateTimePrecision)
Enables updating the precision of Kinesis data stream timestamp.
|
EnableKinesisStreamingConfiguration |
EnableKinesisStreamingConfiguration.withApproximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision approximateCreationDateTimePrecision)
Toggle for the precision of Kinesis data stream timestamp.
|
KinesisDataStreamDestination |
KinesisDataStreamDestination.withApproximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision approximateCreationDateTimePrecision)
The precision of the Kinesis data stream timestamp.
|
Copyright © 2024. All rights reserved.