Uses of Class
software.amazon.awssdk.services.ec2.model.DnsEntry
Packages that use DnsEntry
-
Uses of DnsEntry in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DnsEntryModifier and TypeMethodDescriptionfinal DnsEntryVpcEndpointAssociation.dnsEntry()The DNS entry of the VPC endpoint association.final 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 DnsEntryModifier and TypeMethodDescriptionVpcEndpoint.dnsEntries()(Interface endpoint) The DNS entries for the endpoint.VpcEndpointConnection.dnsEntries()The DNS entries for the VPC endpoint.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DnsEntryModifier and TypeMethodDescriptionVpcEndpoint.Builder.dnsEntries(DnsEntry... dnsEntries) (Interface endpoint) The DNS entries for the endpoint.VpcEndpointConnection.Builder.dnsEntries(DnsEntry... dnsEntries) The DNS entries for the VPC endpoint.The DNS entry of the VPC endpoint association.VpcEndpointAssociation.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 DnsEntryModifier and TypeMethodDescriptionVpcEndpoint.Builder.dnsEntries(Collection<DnsEntry> dnsEntries) (Interface endpoint) The DNS entries for the endpoint.VpcEndpointConnection.Builder.dnsEntries(Collection<DnsEntry> dnsEntries) The DNS entries for the VPC endpoint.