| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
LinkedService |
LinkedService.clone() |
LinkedService |
HealthCheck.getLinkedService()
If the health check was created by another service, the service that created the health check.
|
LinkedService |
HostedZone.getLinkedService()
If the hosted zone was created by another service, the service that created the hosted zone.
|
LinkedService |
LinkedService.withDescription(String description)
If the health check or hosted zone was created by another service, an optional description that can be provided
by the other service.
|
LinkedService |
LinkedService.withServicePrincipal(String servicePrincipal)
If the health check or hosted zone was created by another service, the service that created the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheck.setLinkedService(LinkedService linkedService)
If the health check was created by another service, the service that created the health check.
|
void |
HostedZone.setLinkedService(LinkedService linkedService)
If the hosted zone was created by another service, the service that created the hosted zone.
|
HealthCheck |
HealthCheck.withLinkedService(LinkedService linkedService)
If the health check was created by another service, the service that created the health check.
|
HostedZone |
HostedZone.withLinkedService(LinkedService linkedService)
If the hosted zone was created by another service, the service that created the hosted zone.
|
Copyright © 2020. All rights reserved.