Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.PartitionKeyEnforcementLevel
-
Packages that use PartitionKeyEnforcementLevel Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of PartitionKeyEnforcementLevel in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return PartitionKeyEnforcementLevel Modifier and Type Method Description PartitionKeyEnforcementLevelPartitionKey. enforcementInRecord()The level of enforcement for the specification of a dimension key in ingested records.static PartitionKeyEnforcementLevelPartitionKeyEnforcementLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PartitionKeyEnforcementLevelPartitionKeyEnforcementLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitionKeyEnforcementLevel[]PartitionKeyEnforcementLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type PartitionKeyEnforcementLevel Modifier and Type Method Description static Set<PartitionKeyEnforcementLevel>PartitionKeyEnforcementLevel. knownValues()Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type PartitionKeyEnforcementLevel Modifier and Type Method Description PartitionKey.BuilderPartitionKey.Builder. enforcementInRecord(PartitionKeyEnforcementLevel enforcementInRecord)The level of enforcement for the specification of a dimension key in ingested records.
-