| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
static StatisticsAutoGenerationMode |
StatisticsAutoGenerationMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StatisticsAutoGenerationMode |
ManagePropertygraphStatisticsRequest.mode()
The statistics generation mode.
|
StatisticsAutoGenerationMode |
ManageSparqlStatisticsRequest.mode()
The statistics generation mode.
|
static StatisticsAutoGenerationMode |
StatisticsAutoGenerationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticsAutoGenerationMode[] |
StatisticsAutoGenerationMode.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<StatisticsAutoGenerationMode> |
StatisticsAutoGenerationMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ManagePropertygraphStatisticsRequest.Builder |
ManagePropertygraphStatisticsRequest.Builder.mode(StatisticsAutoGenerationMode mode)
The statistics generation mode.
|
ManageSparqlStatisticsRequest.Builder |
ManageSparqlStatisticsRequest.Builder.mode(StatisticsAutoGenerationMode mode)
The statistics generation mode.
|
Copyright © 2023. All rights reserved.