| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
DnsEntry |
DnsEntry.clone() |
DnsEntry |
DnsEntry.withDnsName(String dnsName)
The DNS name.
|
DnsEntry |
DnsEntry.withHostedZoneId(String hostedZoneId)
The ID of the private hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
List<DnsEntry> |
VpcEndpoint.getDnsEntries()
(Interface endpoint) The DNS entries for the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
VpcEndpoint |
VpcEndpoint.withDnsEntries(DnsEntry... dnsEntries)
(Interface endpoint) The DNS entries for the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VpcEndpoint.setDnsEntries(Collection<DnsEntry> dnsEntries)
(Interface endpoint) The DNS entries for the endpoint.
|
VpcEndpoint |
VpcEndpoint.withDnsEntries(Collection<DnsEntry> dnsEntries)
(Interface endpoint) The DNS entries for the endpoint.
|
Copyright © 2017. All rights reserved.