Uses of Class
software.amazon.awssdk.services.iot.model.DynamoKeyType
-
Packages that use DynamoKeyType Package Description software.amazon.awssdk.services.iot.model -
-
Uses of DynamoKeyType in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return DynamoKeyType Modifier and Type Method Description static DynamoKeyTypeDynamoKeyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DynamoKeyTypeDynamoDBAction. hashKeyType()The hash key type.DynamoKeyTypeDynamoDBAction. rangeKeyType()The range key type.static DynamoKeyTypeDynamoKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static DynamoKeyType[]DynamoKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type DynamoKeyType Modifier and Type Method Description static Set<DynamoKeyType>DynamoKeyType. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type DynamoKeyType Modifier and Type Method Description DynamoDBAction.BuilderDynamoDBAction.Builder. hashKeyType(DynamoKeyType hashKeyType)The hash key type.DynamoDBAction.BuilderDynamoDBAction.Builder. rangeKeyType(DynamoKeyType rangeKeyType)The range key type.
-