| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceRecordSetRegion |
ResourceRecordSetRegion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceRecordSetRegion |
ResourceRecordSet.region()
Latency-based resource record sets only: The Amazon EC2 Region where you created the resource that this
resource record set refers to.
|
static ResourceRecordSetRegion |
ResourceRecordSetRegion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceRecordSetRegion[] |
ResourceRecordSetRegion.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<ResourceRecordSetRegion> |
ResourceRecordSetRegion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResourceRecordSet.Builder |
ResourceRecordSet.Builder.region(ResourceRecordSetRegion region)
Latency-based resource record sets only: The Amazon EC2 Region where you created the resource that
this resource record set refers to.
|
Copyright © 2023. All rights reserved.