| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
AreaOfInterestGeometry |
AreaOfInterestGeometry.clone() |
AreaOfInterestGeometry |
AreaOfInterest.getAreaOfInterestGeometry()
A GeoJSON object representing the geographic extent in the coordinate space.
|
AreaOfInterestGeometry |
AreaOfInterestGeometry.withMultiPolygonGeometry(MultiPolygonGeometryInput multiPolygonGeometry)
The structure representing the MultiPolygon Geometry.
|
AreaOfInterestGeometry |
AreaOfInterestGeometry.withPolygonGeometry(PolygonGeometryInput polygonGeometry)
The structure representing Polygon Geometry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AreaOfInterest.setAreaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
|
AreaOfInterest |
AreaOfInterest.withAreaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
|
Copyright © 2025. All rights reserved.