| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
Domain |
CreateDatasetRequest.domain()
The domain associated with the dataset.
|
Domain |
DescribeDatasetGroupResponse.domain()
The domain associated with the dataset group.
|
Domain |
DatasetSummary.domain()
The domain associated with the dataset.
|
Domain |
DescribeDatasetResponse.domain()
The domain associated with the dataset.
|
Domain |
CreateDatasetGroupRequest.domain()
The domain associated with the dataset group.
|
static Domain |
Domain.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<Domain> |
Domain.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateDatasetRequest.Builder |
CreateDatasetRequest.Builder.domain(Domain domain)
The domain associated with the dataset.
|
DescribeDatasetGroupResponse.Builder |
DescribeDatasetGroupResponse.Builder.domain(Domain domain)
The domain associated with the dataset group.
|
DatasetSummary.Builder |
DatasetSummary.Builder.domain(Domain domain)
The domain associated with the dataset.
|
DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.domain(Domain domain)
The domain associated with the dataset.
|
CreateDatasetGroupRequest.Builder |
CreateDatasetGroupRequest.Builder.domain(Domain domain)
The domain associated with the dataset group.
|
Copyright © 2020. All rights reserved.