Uses of Class
software.amazon.awssdk.services.route53.model.ResourceRecordSetRegion
-
Packages that use ResourceRecordSetRegion Package Description software.amazon.awssdk.services.route53.model -
-
Uses of ResourceRecordSetRegion in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ResourceRecordSetRegion Modifier and Type Method Description static ResourceRecordSetRegionResourceRecordSetRegion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceRecordSetRegionResourceRecordSet. region()Latency-based resource record sets only: The Amazon EC2 Region where you created the resource that this resource record set refers to.static ResourceRecordSetRegionResourceRecordSetRegion. 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.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ResourceRecordSetRegion Modifier and Type Method Description static Set<ResourceRecordSetRegion>ResourceRecordSetRegion. knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type ResourceRecordSetRegion Modifier and Type Method Description ResourceRecordSet.BuilderResourceRecordSet.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.
-