| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static Domain |
Domain.fromValue(String value)
Use this in place of valueOf.
|
static Domain |
Domain.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Domain[] |
Domain.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetSummary |
DatasetSummary.withDomain(Domain domain)
The domain associated with the dataset.
|
DescribeDatasetResult |
DescribeDatasetResult.withDomain(Domain domain)
The domain associated with the dataset.
|
CreateDatasetRequest |
CreateDatasetRequest.withDomain(Domain domain)
The domain associated with the dataset.
|
CreateDatasetGroupRequest |
CreateDatasetGroupRequest.withDomain(Domain domain)
The domain associated with the dataset group.
|
DescribeDatasetGroupResult |
DescribeDatasetGroupResult.withDomain(Domain domain)
The domain associated with the dataset group.
|
Copyright © 2021. All rights reserved.