Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.TemporalStatistics
-
Packages that use TemporalStatistics Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of TemporalStatistics in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return TemporalStatistics Modifier and Type Method Description static TemporalStatisticsTemporalStatistics. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TemporalStatisticsTemporalStatistics. valueOf(String name)Returns the enum constant of this type with the specified name.static TemporalStatistics[]TemporalStatistics. 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 TemporalStatistics Modifier and Type Method Description static Set<TemporalStatistics>TemporalStatistics. knownValues()List<TemporalStatistics>TemporalStatisticsConfigInput. statistics()The list of the statistics method options.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type TemporalStatistics Modifier and Type Method Description TemporalStatisticsConfigInput.BuilderTemporalStatisticsConfigInput.Builder. statistics(TemporalStatistics... statistics)The list of the statistics method options.Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type TemporalStatistics Modifier and Type Method Description TemporalStatisticsConfigInput.BuilderTemporalStatisticsConfigInput.Builder. statistics(Collection<TemporalStatistics> statistics)The list of the statistics method options.
-