Uses of Class
software.amazon.awssdk.services.ec2.model.DnsOptionsSpecification
-
Packages that use DnsOptionsSpecification Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DnsOptionsSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DnsOptionsSpecification Modifier and Type Method Description DnsOptionsSpecificationCreateVpcEndpointRequest. dnsOptions()The DNS options for the endpoint.DnsOptionsSpecificationModifyVpcEndpointRequest. dnsOptions()The DNS options for the endpoint.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DnsOptionsSpecification Modifier and Type Method Description CreateVpcEndpointRequest.BuilderCreateVpcEndpointRequest.Builder. dnsOptions(DnsOptionsSpecification dnsOptions)The DNS options for the endpoint.ModifyVpcEndpointRequest.BuilderModifyVpcEndpointRequest.Builder. dnsOptions(DnsOptionsSpecification dnsOptions)The DNS options for the endpoint.
-