| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static AnalyticsBinByName |
AnalyticsBinByName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AnalyticsBinByName |
AnalyticsBinBySpecification.name()
Specifies the time metric by which to bin the analytics data.
|
AnalyticsBinByName |
AnalyticsBinKey.name()
The criterion by which to bin the results.
|
static AnalyticsBinByName |
AnalyticsBinByName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticsBinByName[] |
AnalyticsBinByName.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<AnalyticsBinByName> |
AnalyticsBinByName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticsBinBySpecification.Builder |
AnalyticsBinBySpecification.Builder.name(AnalyticsBinByName name)
Specifies the time metric by which to bin the analytics data.
|
AnalyticsBinKey.Builder |
AnalyticsBinKey.Builder.name(AnalyticsBinByName name)
The criterion by which to bin the results.
|
Copyright © 2023. All rights reserved.