Uses of Enum
software.amazon.awssdk.services.dynamodb.model.ApproximateCreationDateTimePrecision
Packages that use ApproximateCreationDateTimePrecision
-
Uses of ApproximateCreationDateTimePrecision in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ApproximateCreationDateTimePrecisionModifier and TypeMethodDescriptionEnableKinesisStreamingConfiguration.approximateCreationDateTimePrecision()Toggle for the precision of Kinesis data stream timestamp.KinesisDataStreamDestination.approximateCreationDateTimePrecision()The precision of the Kinesis data stream timestamp.UpdateKinesisStreamingConfiguration.approximateCreationDateTimePrecision()Enables updating the precision of Kinesis data stream timestamp.Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 ApproximateCreationDateTimePrecisionMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type ApproximateCreationDateTimePrecisionModifier and TypeMethodDescriptionEnableKinesisStreamingConfiguration.Builder.approximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision approximateCreationDateTimePrecision) Toggle for the precision of Kinesis data stream timestamp.KinesisDataStreamDestination.Builder.approximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision approximateCreationDateTimePrecision) The precision of the Kinesis data stream timestamp.UpdateKinesisStreamingConfiguration.Builder.approximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision approximateCreationDateTimePrecision) Enables updating the precision of Kinesis data stream timestamp.