| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static RangeMode |
RangeMode.fromValue(String value)
Use this in place of valueOf.
|
static RangeMode |
RangeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeMode[] |
RangeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypedAttributeValueRange.setEndMode(RangeMode endMode)
The inclusive or exclusive range end.
|
void |
TypedAttributeValueRange.setStartMode(RangeMode startMode)
The inclusive or exclusive range start.
|
TypedAttributeValueRange |
TypedAttributeValueRange.withEndMode(RangeMode endMode)
The inclusive or exclusive range end.
|
TypedAttributeValueRange |
TypedAttributeValueRange.withStartMode(RangeMode startMode)
The inclusive or exclusive range start.
|
Copyright © 2017. All rights reserved.