Uses of Interface
org.leo.aws.ddb.model.PrimaryKey.Builder
-
Packages that use PrimaryKey.Builder Package Description org.leo.aws.ddb.model -
-
Uses of PrimaryKey.Builder in org.leo.aws.ddb.model
Classes in org.leo.aws.ddb.model that implement PrimaryKey.Builder Modifier and Type Class Description private static classPrimaryKey.PrimaryKeyBuilderMethods in org.leo.aws.ddb.model 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()
-