Uses of Class
software.amazon.awssdk.services.vpclattice.model.DnsEntry
-
Packages that use DnsEntry Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of DnsEntry in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return DnsEntry Modifier and Type Method Description DnsEntryCreateServiceNetworkServiceAssociationResponse. dnsEntry()The DNS name of the service.DnsEntryCreateServiceResponse. dnsEntry()The public DNS name of the service.DnsEntryGetServiceNetworkServiceAssociationResponse. dnsEntry()The DNS name of the service.DnsEntryGetServiceResponse. dnsEntry()The DNS name of the service.DnsEntryServiceNetworkServiceAssociationSummary. dnsEntry()DNS information about the service.DnsEntryServiceSummary. dnsEntry()DNS information about the service.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type DnsEntry Modifier and Type Method Description CreateServiceNetworkServiceAssociationResponse.BuilderCreateServiceNetworkServiceAssociationResponse.Builder. dnsEntry(DnsEntry dnsEntry)The DNS name of the service.CreateServiceResponse.BuilderCreateServiceResponse.Builder. dnsEntry(DnsEntry dnsEntry)The public DNS name of the service.GetServiceNetworkServiceAssociationResponse.BuilderGetServiceNetworkServiceAssociationResponse.Builder. dnsEntry(DnsEntry dnsEntry)The DNS name of the service.GetServiceResponse.BuilderGetServiceResponse.Builder. dnsEntry(DnsEntry dnsEntry)The DNS name of the service.ServiceNetworkServiceAssociationSummary.BuilderServiceNetworkServiceAssociationSummary.Builder. dnsEntry(DnsEntry dnsEntry)DNS information about the service.ServiceSummary.BuilderServiceSummary.Builder. dnsEntry(DnsEntry dnsEntry)DNS information about the service.
-