Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DnsOptions |
DnsOptions.clone() |
DnsOptions |
VpcEndpoint.getDnsOptions()
The DNS options for the endpoint.
|
DnsOptions |
DnsOptions.withDnsRecordIpType(DnsRecordIpType dnsRecordIpType)
The DNS records created for the endpoint.
|
DnsOptions |
DnsOptions.withDnsRecordIpType(String dnsRecordIpType)
The DNS records created for the endpoint.
|
DnsOptions |
DnsOptions.withPrivateDnsOnlyForInboundResolverEndpoint(Boolean privateDnsOnlyForInboundResolverEndpoint)
Indicates whether to enable private DNS only for inbound endpoints.
|
Modifier and Type | Method and Description |
---|---|
void |
VpcEndpoint.setDnsOptions(DnsOptions dnsOptions)
The DNS options for the endpoint.
|
VpcEndpoint |
VpcEndpoint.withDnsOptions(DnsOptions dnsOptions)
The DNS options for the endpoint.
|
Copyright © 2023. All rights reserved.