| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
RasterDataCollectionQueryOutput |
RasterDataCollectionQueryOutput.clone() |
RasterDataCollectionQueryOutput |
InputConfigOutput.getRasterDataCollectionQuery()
The structure representing the RasterDataCollection Query consisting of the Area of Interest,
RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
|
RasterDataCollectionQueryOutput |
RasterDataCollectionQueryOutput.withAreaOfInterest(AreaOfInterest areaOfInterest)
The Area of Interest used in the search.
|
RasterDataCollectionQueryOutput |
RasterDataCollectionQueryOutput.withPropertyFilters(PropertyFilters propertyFilters)
Property filters used in the search.
|
RasterDataCollectionQueryOutput |
RasterDataCollectionQueryOutput.withRasterDataCollectionArn(String rasterDataCollectionArn)
The ARN of the Raster Data Collection against which the search is done.
|
RasterDataCollectionQueryOutput |
RasterDataCollectionQueryOutput.withRasterDataCollectionName(String rasterDataCollectionName)
The name of the raster data collection.
|
RasterDataCollectionQueryOutput |
RasterDataCollectionQueryOutput.withTimeRangeFilter(TimeRangeFilterOutput timeRangeFilter)
The TimeRange filter used in the search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputConfigOutput.setRasterDataCollectionQuery(RasterDataCollectionQueryOutput rasterDataCollectionQuery)
The structure representing the RasterDataCollection Query consisting of the Area of Interest,
RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
|
InputConfigOutput |
InputConfigOutput.withRasterDataCollectionQuery(RasterDataCollectionQueryOutput rasterDataCollectionQuery)
The structure representing the RasterDataCollection Query consisting of the Area of Interest,
RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
|
Copyright © 2024. All rights reserved.