| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static RegionName |
RegionName.fromValue(String value)
Use this in place of valueOf.
|
static RegionName |
RegionName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionName[] |
RegionName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Region.setName(RegionName name)
The region name (e.g.,
us-east-2). |
void |
ResourceLocation.setRegionName(RegionName regionName)
The AWS Region name.
|
Region |
Region.withName(RegionName name)
The region name (e.g.,
us-east-2). |
ResourceLocation |
ResourceLocation.withRegionName(RegionName regionName)
The AWS Region name.
|
Copyright © 2018. All rights reserved.