| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
DnsConfig |
DnsConfig.clone() |
DnsConfig |
CreateServiceRequest.getDnsConfig()
A complex type that contains information about the records that you want Route 53 to create when you register an
instance.
|
DnsConfig |
Service.getDnsConfig()
A complex type that contains information about the records that you want Route 53 to create when you register an
instance.
|
DnsConfig |
DnsConfig.withDnsRecords(Collection<DnsRecord> dnsRecords)
An array that contains one
DnsRecord object for each record that you want Route 53 to create when
you register an instance. |
DnsConfig |
DnsConfig.withDnsRecords(DnsRecord... dnsRecords)
An array that contains one
DnsRecord object for each record that you want Route 53 to create when
you register an instance. |
DnsConfig |
DnsConfig.withNamespaceId(String namespaceId)
The ID of the namespace to use for DNS configuration.
|
DnsConfig |
DnsConfig.withRoutingPolicy(RoutingPolicy routingPolicy)
The routing policy that you want to apply to all records that Route 53 creates when you register an instance and
specify this service.
|
DnsConfig |
DnsConfig.withRoutingPolicy(String routingPolicy)
The routing policy that you want to apply to all records that Route 53 creates when you register an instance and
specify this service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateServiceRequest.setDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the records that you want Route 53 to create when you register an
instance.
|
void |
Service.setDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the records that you want Route 53 to create when you register an
instance.
|
CreateServiceRequest |
CreateServiceRequest.withDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the records that you want Route 53 to create when you register an
instance.
|
Service |
Service.withDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the records that you want Route 53 to create when you register an
instance.
|
Copyright © 2018. All rights reserved.