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