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> |
VpcEndpointConnection.getDnsEntries()
The DNS entries for the VPC endpoint.
|
List<DnsEntry> |
VpcEndpoint.getDnsEntries()
(Interface endpoint) The DNS entries for the endpoint.
|
Modifier and Type | Method and Description |
---|---|
VpcEndpointConnection |
VpcEndpointConnection.withDnsEntries(DnsEntry... dnsEntries)
The DNS entries for the VPC endpoint.
|
VpcEndpoint |
VpcEndpoint.withDnsEntries(DnsEntry... dnsEntries)
(Interface endpoint) The DNS entries for the endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
VpcEndpointConnection.setDnsEntries(Collection<DnsEntry> dnsEntries)
The DNS entries for the VPC endpoint.
|
void |
VpcEndpoint.setDnsEntries(Collection<DnsEntry> dnsEntries)
(Interface endpoint) The DNS entries for the endpoint.
|
VpcEndpointConnection |
VpcEndpointConnection.withDnsEntries(Collection<DnsEntry> dnsEntries)
The DNS entries for the VPC endpoint.
|
VpcEndpoint |
VpcEndpoint.withDnsEntries(Collection<DnsEntry> dnsEntries)
(Interface endpoint) The DNS entries for the endpoint.
|
Copyright © 2021. All rights reserved.