Uses of Class
software.amazon.awssdk.services.ec2.model.DnsEntry
-
Packages that use DnsEntry Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DnsEntry in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DnsEntry Modifier and Type Method Description List<DnsEntry>VpcEndpoint. dnsEntries()(Interface endpoint) The DNS entries for the endpoint.List<DnsEntry>VpcEndpointConnection. dnsEntries()The DNS entries for the VPC endpoint.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DnsEntry Modifier and Type Method Description VpcEndpoint.BuilderVpcEndpoint.Builder. dnsEntries(DnsEntry... dnsEntries)(Interface endpoint) The DNS entries for the endpoint.VpcEndpointConnection.BuilderVpcEndpointConnection.Builder. dnsEntries(DnsEntry... dnsEntries)The DNS entries for the VPC endpoint.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DnsEntry Modifier and Type Method Description VpcEndpoint.BuilderVpcEndpoint.Builder. dnsEntries(Collection<DnsEntry> dnsEntries)(Interface endpoint) The DNS entries for the endpoint.VpcEndpointConnection.BuilderVpcEndpointConnection.Builder. dnsEntries(Collection<DnsEntry> dnsEntries)The DNS entries for the VPC endpoint.
-