| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static RegionName |
RegionName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RegionName |
Region.name()
The region name (e.g.,
us-east-2). |
RegionName |
InputOrigin.regionName()
The AWS Region name of the origin resource.
|
RegionName |
Origin.regionName()
The AWS Region name of the origin resource.
|
RegionName |
ResourceLocation.regionName()
The Amazon Web Services Region name.
|
RegionName |
CopySnapshotRequest.sourceRegion()
The Amazon Web Services Region where the source manual or automatic snapshot is located.
|
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 |
|---|---|
static Set<RegionName> |
RegionName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Region.Builder |
Region.Builder.name(RegionName name)
The region name (e.g.,
us-east-2). |
InputOrigin.Builder |
InputOrigin.Builder.regionName(RegionName regionName)
The AWS Region name of the origin resource.
|
Origin.Builder |
Origin.Builder.regionName(RegionName regionName)
The AWS Region name of the origin resource.
|
ResourceLocation.Builder |
ResourceLocation.Builder.regionName(RegionName regionName)
The Amazon Web Services Region name.
|
CopySnapshotRequest.Builder |
CopySnapshotRequest.Builder.sourceRegion(RegionName sourceRegion)
The Amazon Web Services Region where the source manual or automatic snapshot is located.
|
Copyright © 2022. All rights reserved.