Uses of Interface
org.leo.aws.ddb.data.PrimaryKey.Builder
-
Packages that use PrimaryKey.Builder Package Description org.leo.aws.ddb.data -
-
Uses of PrimaryKey.Builder in org.leo.aws.ddb.data
Classes in org.leo.aws.ddb.data that implement PrimaryKey.Builder Modifier and Type Class Description private static classPrimaryKey.PrimaryKeyBuilderMethods in org.leo.aws.ddb.data that return PrimaryKey.Builder Modifier and Type Method Description static PrimaryKey.BuilderPrimaryKey. builder()static PrimaryKey.BuilderPrimaryKey. builder(String hashKeyName, Object hashKeyValue)PrimaryKey.BuilderPrimaryKey.Builder. hashKeyName(String hashKeyName)PrimaryKey.BuilderPrimaryKey.PrimaryKeyBuilder. hashKeyName(String hashKeyName)PrimaryKey.BuilderPrimaryKey.Builder. hashKeyValue(Object hashKeyValue)PrimaryKey.BuilderPrimaryKey.PrimaryKeyBuilder. hashKeyValue(Object hashKeyValue)PrimaryKey.BuilderPrimaryKey.Builder. rangeKeyName(String rangeKeyName)PrimaryKey.BuilderPrimaryKey.PrimaryKeyBuilder. rangeKeyName(String rangeKeyName)PrimaryKey.BuilderPrimaryKey.Builder. rangeKeyValue(Object rangeKeyValue)PrimaryKey.BuilderPrimaryKey.PrimaryKeyBuilder. rangeKeyValue(Object rangeKeyValue)PrimaryKey.BuilderPrimaryKey. toBuilder()
-