| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetSchemaSummary |
DatasetSchemaSummary.clone() |
DatasetSchemaSummary |
DatasetSchemaSummary.withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the schema was created.
|
DatasetSchemaSummary |
DatasetSchemaSummary.withDomain(Domain domain)
The domain of a schema that you created for a dataset in a Domain dataset group.
|
DatasetSchemaSummary |
DatasetSchemaSummary.withDomain(String domain)
The domain of a schema that you created for a dataset in a Domain dataset group.
|
DatasetSchemaSummary |
DatasetSchemaSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the schema was last updated.
|
DatasetSchemaSummary |
DatasetSchemaSummary.withName(String name)
The name of the schema.
|
DatasetSchemaSummary |
DatasetSchemaSummary.withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetSchemaSummary> |
ListSchemasResult.getSchemas()
A list of schemas.
|
| Modifier and Type | Method and Description |
|---|---|
ListSchemasResult |
ListSchemasResult.withSchemas(DatasetSchemaSummary... schemas)
A list of schemas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchemasResult.setSchemas(Collection<DatasetSchemaSummary> schemas)
A list of schemas.
|
ListSchemasResult |
ListSchemasResult.withSchemas(Collection<DatasetSchemaSummary> schemas)
A list of schemas.
|
Copyright © 2022. All rights reserved.