Uses of Enum
software.amazon.awssdk.services.route53.model.ResourceRecordSetRegion
Packages that use ResourceRecordSetRegion
-
Uses of ResourceRecordSetRegion in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ResourceRecordSetRegionModifier and TypeMethodDescriptionstatic ResourceRecordSetRegionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final 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 ResourceRecordSetRegionReturns 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 ResourceRecordSetRegionModifier and TypeMethodDescriptionstatic Set<ResourceRecordSetRegion>ResourceRecordSetRegion.knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type ResourceRecordSetRegionModifier and TypeMethodDescriptionResourceRecordSet.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.