Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.PartitionKeyType
-
Packages that use PartitionKeyType Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of PartitionKeyType in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return PartitionKeyType Modifier and Type Method Description static PartitionKeyTypePartitionKeyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PartitionKeyTypePartitionKey. type()The type of the partition key.static PartitionKeyTypePartitionKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitionKeyType[]PartitionKeyType. 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 PartitionKeyType Modifier and Type Method Description static Set<PartitionKeyType>PartitionKeyType. knownValues()Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type PartitionKeyType Modifier and Type Method Description PartitionKey.BuilderPartitionKey.Builder. type(PartitionKeyType type)The type of the partition key.
-