Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
List<DnsEntry> |
VpcEndpointConnection.dnsEntries()
The DNS entries for the VPC endpoint.
|
List<DnsEntry> |
VpcEndpoint.dnsEntries()
(Interface endpoint) The DNS entries for the endpoint.
|
Modifier and Type | Method and Description |
---|---|
VpcEndpointConnection.Builder |
VpcEndpointConnection.Builder.dnsEntries(DnsEntry... dnsEntries)
The DNS entries for the VPC endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.dnsEntries(DnsEntry... dnsEntries)
(Interface endpoint) The DNS entries for the endpoint.
|
Modifier and Type | Method and Description |
---|---|
VpcEndpointConnection.Builder |
VpcEndpointConnection.Builder.dnsEntries(Collection<DnsEntry> dnsEntries)
The DNS entries for the VPC endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.dnsEntries(Collection<DnsEntry> dnsEntries)
(Interface endpoint) The DNS entries for the endpoint.
|
Copyright © 2023. All rights reserved.