| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
PrimaryKey |
PrimaryKey.clone() |
PrimaryKey |
VsamDetailAttributes.getPrimaryKey()
The primary key of the data set.
|
PrimaryKey |
VsamAttributes.getPrimaryKey()
The primary key of the data set.
|
PrimaryKey |
PrimaryKey.withLength(Integer length)
A strictly positive integer value representing the length of the primary key.
|
PrimaryKey |
PrimaryKey.withName(String name)
A name for the Primary Key.
|
PrimaryKey |
PrimaryKey.withOffset(Integer offset)
A positive integer value representing the offset to mark the start of the primary key in the record byte array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VsamDetailAttributes.setPrimaryKey(PrimaryKey primaryKey)
The primary key of the data set.
|
void |
VsamAttributes.setPrimaryKey(PrimaryKey primaryKey)
The primary key of the data set.
|
VsamDetailAttributes |
VsamDetailAttributes.withPrimaryKey(PrimaryKey primaryKey)
The primary key of the data set.
|
VsamAttributes |
VsamAttributes.withPrimaryKey(PrimaryKey primaryKey)
The primary key of the data set.
|
Copyright © 2024. All rights reserved.