| Package | Description |
|---|---|
| com.amazonaws.services.personalize.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 |
|---|---|
DatasetSchemaSummary |
DatasetSchemaSummary.withDomain(Domain domain)
The domain of a schema that you created for a dataset in a Domain dataset group.
|
DatasetGroupSummary |
DatasetGroupSummary.withDomain(Domain domain)
The domain of a Domain dataset group.
|
DatasetSchema |
DatasetSchema.withDomain(Domain domain)
The domain of a schema that you created for a dataset in a Domain dataset group.
|
ListRecipesRequest |
ListRecipesRequest.withDomain(Domain domain)
Filters returned recipes by domain for a Domain dataset group.
|
CreateSchemaRequest |
CreateSchemaRequest.withDomain(Domain domain)
The domain for the schema.
|
CreateDatasetGroupResult |
CreateDatasetGroupResult.withDomain(Domain domain)
The domain for the new Domain dataset group.
|
CreateDatasetGroupRequest |
CreateDatasetGroupRequest.withDomain(Domain domain)
The domain of the dataset group.
|
RecipeSummary |
RecipeSummary.withDomain(Domain domain)
The domain of the recipe (if the recipe is a Domain dataset group use case).
|
DatasetGroup |
DatasetGroup.withDomain(Domain domain)
The domain of a Domain dataset group.
|
Copyright © 2022. All rights reserved.