| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
DnsEntry |
DnsEntry.clone() |
DnsEntry |
ServiceSummary.getDnsEntry()
DNS information about the service.
|
DnsEntry |
ServiceNetworkServiceAssociationSummary.getDnsEntry()
DNS information about the service.
|
DnsEntry |
GetServiceNetworkServiceAssociationResult.getDnsEntry()
The DNS name of the service.
|
DnsEntry |
GetServiceResult.getDnsEntry()
The DNS name of the service.
|
DnsEntry |
CreateServiceNetworkServiceAssociationResult.getDnsEntry()
The DNS name of the service.
|
DnsEntry |
CreateServiceResult.getDnsEntry()
The public DNS name of the service.
|
DnsEntry |
DnsEntry.withDomainName(String domainName)
The domain name of the service.
|
DnsEntry |
DnsEntry.withHostedZoneId(String hostedZoneId)
The ID of the hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceSummary.setDnsEntry(DnsEntry dnsEntry)
DNS information about the service.
|
void |
ServiceNetworkServiceAssociationSummary.setDnsEntry(DnsEntry dnsEntry)
DNS information about the service.
|
void |
GetServiceNetworkServiceAssociationResult.setDnsEntry(DnsEntry dnsEntry)
The DNS name of the service.
|
void |
GetServiceResult.setDnsEntry(DnsEntry dnsEntry)
The DNS name of the service.
|
void |
CreateServiceNetworkServiceAssociationResult.setDnsEntry(DnsEntry dnsEntry)
The DNS name of the service.
|
void |
CreateServiceResult.setDnsEntry(DnsEntry dnsEntry)
The public DNS name of the service.
|
ServiceSummary |
ServiceSummary.withDnsEntry(DnsEntry dnsEntry)
DNS information about the service.
|
ServiceNetworkServiceAssociationSummary |
ServiceNetworkServiceAssociationSummary.withDnsEntry(DnsEntry dnsEntry)
DNS information about the service.
|
GetServiceNetworkServiceAssociationResult |
GetServiceNetworkServiceAssociationResult.withDnsEntry(DnsEntry dnsEntry)
The DNS name of the service.
|
GetServiceResult |
GetServiceResult.withDnsEntry(DnsEntry dnsEntry)
The DNS name of the service.
|
CreateServiceNetworkServiceAssociationResult |
CreateServiceNetworkServiceAssociationResult.withDnsEntry(DnsEntry dnsEntry)
The DNS name of the service.
|
CreateServiceResult |
CreateServiceResult.withDnsEntry(DnsEntry dnsEntry)
The public DNS name of the service.
|
Copyright © 2023. All rights reserved.