| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static TemporalStatistics |
TemporalStatistics.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static TemporalStatistics |
TemporalStatistics.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TemporalStatistics> |
TemporalStatistics.knownValues()
|
List<TemporalStatistics> |
TemporalStatisticsConfigInput.statistics()
The list of the statistics method options.
|
| Modifier and Type | Method and Description |
|---|---|
TemporalStatisticsConfigInput.Builder |
TemporalStatisticsConfigInput.Builder.statistics(TemporalStatistics... statistics)
The list of the statistics method options.
|
| Modifier and Type | Method and Description |
|---|---|
TemporalStatisticsConfigInput.Builder |
TemporalStatisticsConfigInput.Builder.statistics(Collection<TemporalStatistics> statistics)
The list of the statistics method options.
|
Copyright © 2023. All rights reserved.