| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetFilter |
DatasetFilter.clone() |
DatasetFilter |
ListDatasetsRequest.getFilter()
Filters the datasets to be returned in the response.
|
DatasetFilter |
DatasetFilter.withCreationTimeAfter(Date creationTimeAfter)
Filter the datasets to include datasets created after the specified time.
|
DatasetFilter |
DatasetFilter.withCreationTimeBefore(Date creationTimeBefore)
Filter the datasets to include datasets created before the specified time.
|
DatasetFilter |
DatasetFilter.withDatasetType(DatasetType datasetType)
Filter the datasets based on the dataset type.
|
DatasetFilter |
DatasetFilter.withDatasetType(String datasetType)
Filter the datasets based on the dataset type.
|
DatasetFilter |
DatasetFilter.withStatus(DatasetStatus status)
Filter the datasets based on the dataset status.
|
DatasetFilter |
DatasetFilter.withStatus(String status)
Filter the datasets based on the dataset status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatasetsRequest.setFilter(DatasetFilter filter)
Filters the datasets to be returned in the response.
|
ListDatasetsRequest |
ListDatasetsRequest.withFilter(DatasetFilter filter)
Filters the datasets to be returned in the response.
|
Copyright © 2023. All rights reserved.