Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.ZonalStatistics
-
Packages that use ZonalStatistics Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of ZonalStatistics in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return ZonalStatistics Modifier and Type Method Description static ZonalStatisticsZonalStatistics. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ZonalStatisticsZonalStatistics. valueOf(String name)Returns the enum constant of this type with the specified name.static ZonalStatistics[]ZonalStatistics. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type ZonalStatistics Modifier and Type Method Description static Set<ZonalStatistics>ZonalStatistics. knownValues()List<ZonalStatistics>ZonalStatisticsConfigInput. statistics()List of zonal statistics to compute.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type ZonalStatistics Modifier and Type Method Description ZonalStatisticsConfigInput.BuilderZonalStatisticsConfigInput.Builder. statistics(ZonalStatistics... statistics)List of zonal statistics to compute.Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type ZonalStatistics Modifier and Type Method Description ZonalStatisticsConfigInput.BuilderZonalStatisticsConfigInput.Builder. statistics(Collection<ZonalStatistics> statistics)List of zonal statistics to compute.
-