-
Deprecated MethodsMethodDescriptionUse
IndexMetadata.sortKeys()for unified single/composite key supportThis is no longer used, the class type of the attribute will be used instead.UseTransactUpdateItemEnhancedRequest.Builder.ignoreNullsMode(IgnoreNullsMode)instead, which provides more granular control over null handling behavior.ignoreNulls(true)is equivalent toIgnoreNullsMode.MAPS_ONLY;ignoreNulls(false)is equivalent toIgnoreNullsMode.DEFAULT.UseTransactUpdateItemEnhancedRequest.ignoreNullsMode()instead, which provides more granular control over null handling behavior.UseUpdateItemEnhancedRequest.Builder.ignoreNullsMode(IgnoreNullsMode)instead, which provides more granular control over null handling behavior.ignoreNulls(true)is equivalent toIgnoreNullsMode.MAPS_ONLY;ignoreNulls(false)is equivalent toIgnoreNullsMode.DEFAULT.UseUpdateItemEnhancedRequest.ignoreNullsMode()instead, which provides more granular control over null handling behavior.UseTableMetadata.keyAttributes()instead.
-
Deprecated Annotation Type ElementsAnnotation Type ElementDescriptionThis is no longer used, the class type of the attribute will be used instead.
IndexMetadata.partitionKeys()for unified single/composite key support