| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
AssetFilterSummary |
AssetFilterSummary.clone() |
AssetFilterSummary |
AssetFilterSummary.withAssetId(String assetId)
The ID of the data asset.
|
AssetFilterSummary |
AssetFilterSummary.withCreatedAt(Date createdAt)
The timestamp at which the asset filter was created.
|
AssetFilterSummary |
AssetFilterSummary.withDescription(String description)
The description of the asset filter.
|
AssetFilterSummary |
AssetFilterSummary.withDomainId(String domainId)
The ID of the domain where the asset filter lives.
|
AssetFilterSummary |
AssetFilterSummary.withEffectiveColumnNames(Collection<String> effectiveColumnNames)
The effective column names of the asset filter.
|
AssetFilterSummary |
AssetFilterSummary.withEffectiveColumnNames(String... effectiveColumnNames)
The effective column names of the asset filter.
|
AssetFilterSummary |
AssetFilterSummary.withEffectiveRowFilter(String effectiveRowFilter)
The effective row filter of the asset filter.
|
AssetFilterSummary |
AssetFilterSummary.withErrorMessage(String errorMessage)
The error message that is displayed if the action does not succeed.
|
AssetFilterSummary |
AssetFilterSummary.withId(String id)
The ID of the asset filter.
|
AssetFilterSummary |
AssetFilterSummary.withName(String name)
The name of the asset filter.
|
AssetFilterSummary |
AssetFilterSummary.withStatus(FilterStatus status)
The status of the asset filter.
|
AssetFilterSummary |
AssetFilterSummary.withStatus(String status)
The status of the asset filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetFilterSummary> |
ListAssetFiltersResult.getItems()
The results of the
ListAssetFilters action. |
| Modifier and Type | Method and Description |
|---|---|
ListAssetFiltersResult |
ListAssetFiltersResult.withItems(AssetFilterSummary... items)
The results of the
ListAssetFilters action. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssetFiltersResult.setItems(Collection<AssetFilterSummary> items)
The results of the
ListAssetFilters action. |
ListAssetFiltersResult |
ListAssetFiltersResult.withItems(Collection<AssetFilterSummary> items)
The results of the
ListAssetFilters action. |
Copyright © 2024. All rights reserved.