| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
AlternateKey |
AlternateKey.clone() |
AlternateKey |
AlternateKey.withAllowDuplicates(Boolean allowDuplicates)
Indicates whether the alternate key values are supposed to be unique for the given data set.
|
AlternateKey |
AlternateKey.withLength(Integer length)
A strictly positive integer value representing the length of the alternate key.
|
AlternateKey |
AlternateKey.withName(String name)
The name of the alternate key.
|
AlternateKey |
AlternateKey.withOffset(Integer offset)
A positive integer value representing the offset to mark the start of the alternate key part in the record byte
array.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlternateKey> |
VsamAttributes.getAlternateKeys()
The alternate key definitions, if any.
|
List<AlternateKey> |
VsamDetailAttributes.getAlternateKeys()
The alternate key definitions, if any.
|
| Modifier and Type | Method and Description |
|---|---|
VsamAttributes |
VsamAttributes.withAlternateKeys(AlternateKey... alternateKeys)
The alternate key definitions, if any.
|
VsamDetailAttributes |
VsamDetailAttributes.withAlternateKeys(AlternateKey... alternateKeys)
The alternate key definitions, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VsamAttributes.setAlternateKeys(Collection<AlternateKey> alternateKeys)
The alternate key definitions, if any.
|
void |
VsamDetailAttributes.setAlternateKeys(Collection<AlternateKey> alternateKeys)
The alternate key definitions, if any.
|
VsamAttributes |
VsamAttributes.withAlternateKeys(Collection<AlternateKey> alternateKeys)
The alternate key definitions, if any.
|
VsamDetailAttributes |
VsamDetailAttributes.withAlternateKeys(Collection<AlternateKey> alternateKeys)
The alternate key definitions, if any.
|
Copyright © 2024. All rights reserved.