| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
DNSTargetResource |
DNSTargetResource.clone() |
DNSTargetResource |
Resource.getDnsTargetResource() |
DNSTargetResource |
DNSTargetResource.withDomainName(String domainName)
The DNS Name that acts as ingress point to a portion of application
|
DNSTargetResource |
DNSTargetResource.withHostedZoneArn(String hostedZoneArn)
The Hosted Zone ARN that contains the DNS record with the provided name of target resource.
|
DNSTargetResource |
DNSTargetResource.withRecordSetId(String recordSetId)
The R53 Set Id to uniquely identify a record given a Name and a Type
|
DNSTargetResource |
DNSTargetResource.withRecordType(String recordType)
The Type of DNS Record of target resource
|
DNSTargetResource |
DNSTargetResource.withTargetResource(TargetResource targetResource) |
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setDnsTargetResource(DNSTargetResource dnsTargetResource) |
Resource |
Resource.withDnsTargetResource(DNSTargetResource dnsTargetResource) |
Copyright © 2021. All rights reserved.