Uses of Class
software.amazon.awssdk.services.lightsail.model.RegionName
-
Packages that use RegionName Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of RegionName in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return RegionName Modifier and Type Method Description static RegionNameRegionName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RegionNameRegion. name()The region name (us-east-2).RegionNameInputOrigin. regionName()The AWS Region name of the origin resource.RegionNameOrigin. regionName()The AWS Region name of the origin resource.RegionNameResourceLocation. regionName()The Amazon Web Services Region name.RegionNameCopySnapshotRequest. sourceRegion()The Amazon Web Services Region where the source manual or automatic snapshot is located.static RegionNameRegionName. 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.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type RegionName Modifier and Type Method Description static Set<RegionName>RegionName. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type RegionName Modifier and Type Method Description Region.BuilderRegion.Builder. name(RegionName name)The region name (us-east-2).InputOrigin.BuilderInputOrigin.Builder. regionName(RegionName regionName)The AWS Region name of the origin resource.Origin.BuilderOrigin.Builder. regionName(RegionName regionName)The AWS Region name of the origin resource.ResourceLocation.BuilderResourceLocation.Builder. regionName(RegionName regionName)The Amazon Web Services Region name.CopySnapshotRequest.BuilderCopySnapshotRequest.Builder. sourceRegion(RegionName sourceRegion)The Amazon Web Services Region where the source manual or automatic snapshot is located.
-