| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
FilterSummary |
FilterSummary.clone() |
FilterSummary |
FilterSummary.withCreationDateTime(Date creationDateTime)
The time at which the filter was created.
|
FilterSummary |
FilterSummary.withDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group to which the filter belongs.
|
FilterSummary |
FilterSummary.withFailureReason(String failureReason)
If the filter failed, the reason for the failure.
|
FilterSummary |
FilterSummary.withFilterArn(String filterArn)
The ARN of the filter.
|
FilterSummary |
FilterSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The time at which the filter was last updated.
|
FilterSummary |
FilterSummary.withName(String name)
The name of the filter.
|
FilterSummary |
FilterSummary.withStatus(String status)
The status of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<FilterSummary> |
ListFiltersResult.getFilters()
A list of returned filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListFiltersResult |
ListFiltersResult.withFilters(FilterSummary... filters)
A list of returned filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFiltersResult.setFilters(Collection<FilterSummary> filters)
A list of returned filters.
|
ListFiltersResult |
ListFiltersResult.withFilters(Collection<FilterSummary> filters)
A list of returned filters.
|
Copyright © 2020. All rights reserved.