Uses of Class
software.amazon.awssdk.services.quicksight.model.GeospatialCoordinateBounds
-
Packages that use GeospatialCoordinateBounds Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialCoordinateBounds in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialCoordinateBounds Modifier and Type Method Description GeospatialCoordinateBoundsGeospatialMapState. bounds()Returns the value of the Bounds property for this object.GeospatialCoordinateBoundsGeospatialWindowOptions. bounds()The bounds options (north, south, west, east) of the geospatial window options.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type GeospatialCoordinateBounds Modifier and Type Method Description GeospatialMapState.BuilderGeospatialMapState.Builder. bounds(GeospatialCoordinateBounds bounds)Sets the value of the Bounds property for this object.GeospatialWindowOptions.BuilderGeospatialWindowOptions.Builder. bounds(GeospatialCoordinateBounds bounds)The bounds options (north, south, west, east) of the geospatial window options.
-