| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withMaximum(Float maximum)
The maximum value of the filter.
|
Filter |
Filter.withMinimum(Float minimum)
The minimum value of the filter.
|
Filter |
Filter.withName(String name)
The name of the filter.
|
Filter |
Filter.withType(String type)
The type of the filter being used.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
GetRasterDataCollectionResult.getSupportedFilters()
The filters supported by the raster data collection.
|
List<Filter> |
RasterDataCollectionMetadata.getSupportedFilters()
The list of filters supported by the raster data collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.withSupportedFilters(Filter... supportedFilters)
The filters supported by the raster data collection.
|
RasterDataCollectionMetadata |
RasterDataCollectionMetadata.withSupportedFilters(Filter... supportedFilters)
The list of filters supported by the raster data collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRasterDataCollectionResult.setSupportedFilters(Collection<Filter> supportedFilters)
The filters supported by the raster data collection.
|
void |
RasterDataCollectionMetadata.setSupportedFilters(Collection<Filter> supportedFilters)
The list of filters supported by the raster data collection.
|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.withSupportedFilters(Collection<Filter> supportedFilters)
The filters supported by the raster data collection.
|
RasterDataCollectionMetadata |
RasterDataCollectionMetadata.withSupportedFilters(Collection<Filter> supportedFilters)
The list of filters supported by the raster data collection.
|
Copyright © 2024. All rights reserved.