| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static RoutingPolicy |
RoutingPolicy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RoutingPolicy |
DnsConfig.routingPolicy()
The routing policy that you want to apply to all RouteĀ 53 DNS records that AWS Cloud Map creates when you
register an instance and specify this service.
|
static RoutingPolicy |
RoutingPolicy.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RoutingPolicy> |
RoutingPolicy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DnsConfig.Builder |
DnsConfig.Builder.routingPolicy(RoutingPolicy routingPolicy)
The routing policy that you want to apply to all RouteĀ 53 DNS records that AWS Cloud Map creates when you
register an instance and specify this service.
|
Copyright © 2021. All rights reserved.