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