Uses of Enum
software.amazon.awssdk.services.route53.model.ResourceRecordSetFailover
Packages that use ResourceRecordSetFailover
-
Uses of ResourceRecordSetFailover in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ResourceRecordSetFailoverModifier and TypeMethodDescriptionResourceRecordSet.failover()Failover resource record sets only: To configure failover, you add theFailoverelement to two resource record sets.static ResourceRecordSetFailoverUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ResourceRecordSetFailoverReturns the enum constant of this type with the specified name.static ResourceRecordSetFailover[]ResourceRecordSetFailover.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 ResourceRecordSetFailoverModifier and TypeMethodDescriptionstatic Set<ResourceRecordSetFailover>ResourceRecordSetFailover.knownValues()Methods in software.amazon.awssdk.services.route53.model with parameters of type ResourceRecordSetFailoverModifier and TypeMethodDescriptionResourceRecordSet.Builder.failover(ResourceRecordSetFailover failover) Failover resource record sets only: To configure failover, you add theFailoverelement to two resource record sets.