| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static RegionType |
RegionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RegionType |
RegionDescription.regionType()
Specifies whether the Region is the primary Region or an additional Region.
|
static RegionType |
RegionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionType[] |
RegionType.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<RegionType> |
RegionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RegionDescription.Builder |
RegionDescription.Builder.regionType(RegionType regionType)
Specifies whether the Region is the primary Region or an additional Region.
|
Copyright © 2023. All rights reserved.