Uses of Class
software.amazon.awssdk.services.servicediscovery.model.RoutingPolicy
-
Packages that use RoutingPolicy Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of RoutingPolicy in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return RoutingPolicy Modifier and Type Method Description static RoutingPolicyRoutingPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RoutingPolicyDnsConfig. routingPolicy()The routing policy that you want to apply to all RouteĀ 53 DNS records that Cloud Map creates when you register an instance and specify this service.static RoutingPolicyRoutingPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static RoutingPolicy[]RoutingPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type RoutingPolicy Modifier and Type Method Description static Set<RoutingPolicy>RoutingPolicy. knownValues()Methods in software.amazon.awssdk.services.servicediscovery.model with parameters of type RoutingPolicy Modifier and Type Method Description DnsConfig.BuilderDnsConfig.Builder. routingPolicy(RoutingPolicy routingPolicy)The routing policy that you want to apply to all RouteĀ 53 DNS records that Cloud Map creates when you register an instance and specify this service.
-