| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
VsamDetailAttributes |
VsamDetailAttributes.clone() |
VsamDetailAttributes |
DatasetDetailOrgAttributes.getVsam()
The details of a VSAM data set.
|
VsamDetailAttributes |
VsamDetailAttributes.withAlternateKeys(AlternateKey... alternateKeys)
The alternate key definitions, if any.
|
VsamDetailAttributes |
VsamDetailAttributes.withAlternateKeys(Collection<AlternateKey> alternateKeys)
The alternate key definitions, if any.
|
VsamDetailAttributes |
VsamDetailAttributes.withCacheAtStartup(Boolean cacheAtStartup)
If set to True, enforces loading the data set into cache before it’s used by the application.
|
VsamDetailAttributes |
VsamDetailAttributes.withCompressed(Boolean compressed)
Indicates whether indexes for this dataset are stored as compressed values.
|
VsamDetailAttributes |
VsamDetailAttributes.withEncoding(String encoding)
The character set used by the data set.
|
VsamDetailAttributes |
VsamDetailAttributes.withPrimaryKey(PrimaryKey primaryKey)
The primary key of the data set.
|
VsamDetailAttributes |
VsamDetailAttributes.withRecordFormat(String recordFormat)
The record format of the data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetDetailOrgAttributes.setVsam(VsamDetailAttributes vsam)
The details of a VSAM data set.
|
DatasetDetailOrgAttributes |
DatasetDetailOrgAttributes.withVsam(VsamDetailAttributes vsam)
The details of a VSAM data set.
|
Copyright © 2023. All rights reserved.