| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
VsamAttributes |
VsamAttributes.clone() |
VsamAttributes |
DatasetOrgAttributes.getVsam()
The details of a VSAM data set.
|
VsamAttributes |
VsamAttributes.withAlternateKeys(AlternateKey... alternateKeys)
The alternate key definitions, if any.
|
VsamAttributes |
VsamAttributes.withAlternateKeys(Collection<AlternateKey> alternateKeys)
The alternate key definitions, if any.
|
VsamAttributes |
VsamAttributes.withCompressed(Boolean compressed)
Indicates whether indexes for this dataset are stored as compressed values.
|
VsamAttributes |
VsamAttributes.withEncoding(String encoding)
The character set used by the data set.
|
VsamAttributes |
VsamAttributes.withFormat(String format)
The record format of the data set.
|
VsamAttributes |
VsamAttributes.withPrimaryKey(PrimaryKey primaryKey)
The primary key of the data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetOrgAttributes.setVsam(VsamAttributes vsam)
The details of a VSAM data set.
|
DatasetOrgAttributes |
DatasetOrgAttributes.withVsam(VsamAttributes vsam)
The details of a VSAM data set.
|
Copyright © 2024. All rights reserved.