| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetOrgAttributes |
DataSet.datasetOrg()
The type of dataset.
|
static DatasetOrgAttributes |
DatasetOrgAttributes.fromGdg(Consumer<GdgAttributes.Builder> gdg)
Create an instance of this class with
gdg() initialized to the given value. |
static DatasetOrgAttributes |
DatasetOrgAttributes.fromGdg(GdgAttributes gdg)
Create an instance of this class with
gdg() initialized to the given value. |
static DatasetOrgAttributes |
DatasetOrgAttributes.fromVsam(Consumer<VsamAttributes.Builder> vsam)
Create an instance of this class with
vsam() initialized to the given value. |
static DatasetOrgAttributes |
DatasetOrgAttributes.fromVsam(VsamAttributes vsam)
Create an instance of this class with
vsam() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
DataSet.Builder |
DataSet.Builder.datasetOrg(DatasetOrgAttributes datasetOrg)
The type of dataset.
|
Copyright © 2023. All rights reserved.