| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
DnsConfig |
DnsConfig.clone() |
DnsConfig |
Service.getDnsConfig()
A complex type that contains information about the Route 53 DNS records that you want AWS Cloud Map to create
when you register an instance.
|
DnsConfig |
CreateServiceRequest.getDnsConfig()
A complex type that contains information about the Amazon Route 53 records that you want AWS Cloud Map to create
when you register an instance.
|
DnsConfig |
ServiceSummary.getDnsConfig() |
DnsConfig |
DnsConfig.withDnsRecords(Collection<DnsRecord> dnsRecords)
An array that contains one
DnsRecord object for each Route 53 DNS record that you want AWS Cloud Map
to create when you register an instance. |
DnsConfig |
DnsConfig.withDnsRecords(DnsRecord... dnsRecords)
An array that contains one
DnsRecord object for each Route 53 DNS record that you want AWS Cloud Map
to create when you register an instance. |
DnsConfig |
DnsConfig.withNamespaceId(String namespaceId)
Deprecated.
|
DnsConfig |
DnsConfig.withRoutingPolicy(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.
|
DnsConfig |
DnsConfig.withRoutingPolicy(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the Route 53 DNS records that you want AWS Cloud Map to create
when you register an instance.
|
void |
CreateServiceRequest.setDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the Amazon Route 53 records that you want AWS Cloud Map to create
when you register an instance.
|
void |
ServiceSummary.setDnsConfig(DnsConfig dnsConfig) |
Service |
Service.withDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the Route 53 DNS records that you want AWS Cloud Map to create
when you register an instance.
|
CreateServiceRequest |
CreateServiceRequest.withDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the Amazon Route 53 records that you want AWS Cloud Map to create
when you register an instance.
|
ServiceSummary |
ServiceSummary.withDnsConfig(DnsConfig dnsConfig) |
Copyright © 2021. All rights reserved.