| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
Domain |
DatasetSchemaSummary.domain()
The domain of a schema that you created for a dataset in a Domain dataset group.
|
Domain |
DatasetGroup.domain()
The domain of a Domain dataset group.
|
Domain |
DatasetSchema.domain()
The domain of a schema that you created for a dataset in a Domain dataset group.
|
Domain |
CreateDatasetGroupRequest.domain()
The domain of the dataset group.
|
Domain |
CreateDatasetGroupResponse.domain()
The domain for the new Domain dataset group.
|
Domain |
DatasetGroupSummary.domain()
The domain of a Domain dataset group.
|
Domain |
RecipeSummary.domain()
The domain of the recipe (if the recipe is a Domain dataset group use case).
|
Domain |
ListRecipesRequest.domain()
Filters returned recipes by domain for a Domain dataset group.
|
Domain |
CreateSchemaRequest.domain()
The domain for the schema.
|
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 |
|---|---|
DatasetSchemaSummary.Builder |
DatasetSchemaSummary.Builder.domain(Domain domain)
The domain of a schema that you created for a dataset in a Domain dataset group.
|
DatasetGroup.Builder |
DatasetGroup.Builder.domain(Domain domain)
The domain of a Domain dataset group.
|
DatasetSchema.Builder |
DatasetSchema.Builder.domain(Domain domain)
The domain of a schema that you created for a dataset in a Domain dataset group.
|
CreateDatasetGroupRequest.Builder |
CreateDatasetGroupRequest.Builder.domain(Domain domain)
The domain of the dataset group.
|
CreateDatasetGroupResponse.Builder |
CreateDatasetGroupResponse.Builder.domain(Domain domain)
The domain for the new Domain dataset group.
|
DatasetGroupSummary.Builder |
DatasetGroupSummary.Builder.domain(Domain domain)
The domain of a Domain dataset group.
|
RecipeSummary.Builder |
RecipeSummary.Builder.domain(Domain domain)
The domain of the recipe (if the recipe is a Domain dataset group use case).
|
ListRecipesRequest.Builder |
ListRecipesRequest.Builder.domain(Domain domain)
Filters returned recipes by domain for a Domain dataset group.
|
CreateSchemaRequest.Builder |
CreateSchemaRequest.Builder.domain(Domain domain)
The domain for the schema.
|
Copyright © 2023. All rights reserved.