Uses of Enum
software.amazon.awssdk.services.dynamodb.model.AttributeValue.Type
Packages that use AttributeValue.Type
-
Uses of AttributeValue.Type in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return AttributeValue.TypeModifier and TypeMethodDescriptionAttributeValue.type()Retrieve an enum value representing which member of this object is populated.static AttributeValue.TypeReturns the enum constant of this type with the specified name.static AttributeValue.Type[]AttributeValue.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.