| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
DNSTargetResource |
DNSTargetResource.clone() |
DNSTargetResource |
Resource.getDnsTargetResource()
The DNS target resource.
|
DNSTargetResource |
DNSTargetResource.withDomainName(String domainName)
The domain name that acts as an ingress point to a portion of the customer application.
|
DNSTargetResource |
DNSTargetResource.withHostedZoneArn(String hostedZoneArn)
The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target
resource.
|
DNSTargetResource |
DNSTargetResource.withRecordSetId(String recordSetId)
The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.
|
DNSTargetResource |
DNSTargetResource.withRecordType(String recordType)
The type of DNS record of the target resource.
|
DNSTargetResource |
DNSTargetResource.withTargetResource(TargetResource targetResource)
The target resource of the DNS target resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setDnsTargetResource(DNSTargetResource dnsTargetResource)
The DNS target resource.
|
Resource |
Resource.withDnsTargetResource(DNSTargetResource dnsTargetResource)
The DNS target resource.
|
Copyright © 2023. All rights reserved.