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 DnsEntry Modifier and Type Method Description DnsEntryVpcEndpointAssociation. dnsEntry()The DNS entry of the VPC endpoint association.DnsEntryVpcEndpointAssociation. privateDnsEntry()The private DNS entry of the VPC endpoint association.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.VpcEndpointAssociation.BuilderVpcEndpointAssociation.Builder. dnsEntry(DnsEntry dnsEntry)The DNS entry of the VPC endpoint association.VpcEndpointAssociation.BuilderVpcEndpointAssociation.Builder. privateDnsEntry(DnsEntry privateDnsEntry)The private DNS entry of the VPC endpoint association.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.
-