Uses of Class
software.amazon.awssdk.services.dynamodb.model.ApproximateCreationDateTimePrecision
-
Packages that use ApproximateCreationDateTimePrecision Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ApproximateCreationDateTimePrecision in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ApproximateCreationDateTimePrecision Modifier and Type Method Description ApproximateCreationDateTimePrecisionEnableKinesisStreamingConfiguration. approximateCreationDateTimePrecision()Toggle for the precision of Kinesis data stream timestamp.ApproximateCreationDateTimePrecisionKinesisDataStreamDestination. approximateCreationDateTimePrecision()The precision of the Kinesis data stream timestamp.ApproximateCreationDateTimePrecisionUpdateKinesisStreamingConfiguration. approximateCreationDateTimePrecision()Enables updating the precision of Kinesis data stream timestamp.static ApproximateCreationDateTimePrecisionApproximateCreationDateTimePrecision. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApproximateCreationDateTimePrecisionApproximateCreationDateTimePrecision. 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.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ApproximateCreationDateTimePrecision Modifier and Type Method Description static Set<ApproximateCreationDateTimePrecision>ApproximateCreationDateTimePrecision. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ApproximateCreationDateTimePrecision Modifier and Type Method Description EnableKinesisStreamingConfiguration.BuilderEnableKinesisStreamingConfiguration.Builder. approximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision approximateCreationDateTimePrecision)Toggle for the precision of Kinesis data stream timestamp.KinesisDataStreamDestination.BuilderKinesisDataStreamDestination.Builder. approximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision approximateCreationDateTimePrecision)The precision of the Kinesis data stream timestamp.UpdateKinesisStreamingConfiguration.BuilderUpdateKinesisStreamingConfiguration.Builder. approximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision approximateCreationDateTimePrecision)Enables updating the precision of Kinesis data stream timestamp.
-