Uses of Class
software.amazon.awssdk.services.m2.model.PrimaryKey
-
Packages that use PrimaryKey Package Description software.amazon.awssdk.services.m2.model -
-
Uses of PrimaryKey in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return PrimaryKey Modifier and Type Method Description PrimaryKeyVsamAttributes. primaryKey()The primary key of the data set.PrimaryKeyVsamDetailAttributes. primaryKey()The primary key of the data set.Methods in software.amazon.awssdk.services.m2.model with parameters of type PrimaryKey Modifier and Type Method Description VsamAttributes.BuilderVsamAttributes.Builder. primaryKey(PrimaryKey primaryKey)The primary key of the data set.VsamDetailAttributes.BuilderVsamDetailAttributes.Builder. primaryKey(PrimaryKey primaryKey)The primary key of the data set.
-